From e7de48d072b22e789c6f5d54936669a40c808e32 Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 21 Oct 2023 12:25:19 +1000 Subject: [PATCH] improve styles --- filed/static/assets/paint.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/filed/static/assets/paint.css b/filed/static/assets/paint.css index af5ddac..e8d719b 100644 --- a/filed/static/assets/paint.css +++ b/filed/static/assets/paint.css @@ -124,6 +124,18 @@ p { margin: var(--margin-y) 0; } +a { + color: cyan; + text-decoration: none; + border-bottom: 1px solid darkcyan; +} +a[role=button] { + color: white +} +a:visited { + color: darkcyan +} + .card { background: var(--header-color); border: 1px solid var(--header-sec-color);