From a05954efe4488e548899eda00758ccc7d76a8e93 Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 21 Oct 2023 15:46:20 +1000 Subject: [PATCH] improve styles a bit more --- filed/static/assets/paint.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/filed/static/assets/paint.css b/filed/static/assets/paint.css index 9b1c2f8..ab6b390 100644 --- a/filed/static/assets/paint.css +++ b/filed/static/assets/paint.css @@ -123,11 +123,14 @@ b { p { margin: var(--margin-y) 0; } - a { color: cyan; text-decoration: none; - border-bottom: 1px solid darkcyan; + transition: 250ms ease; + border-bottom: 1px solid #ffffff00; +} +a:hover { + border-bottom-color: #ffffff40; } a[role=button] { color: white