From 7b80d7fa6b947f94dce199892cf48de7643a5cf5 Mon Sep 17 00:00:00 2001 From: stef barsch <16940454+stefba@users.noreply.github.com> Date: Sun, 19 May 2024 16:00:49 +0200 Subject: [PATCH] Improve button hover styling --- src/css/main.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/css/main.scss b/src/css/main.scss index 0b27419..5ca9b8c 100644 --- a/src/css/main.scss +++ b/src/css/main.scss @@ -7,6 +7,13 @@ a:hover { text-decoration: underline; } +.info__name:hover, +.add-dir:hover, +.add-text:hover { + text-decoration: none; + opacity: .85; +} + div[tabindex="-1"]:focus { outline: 0; } @@ -125,8 +132,6 @@ h1 input { .add-text { font-size:1.5rem; font-family:var(--font-monospace); - //border-radius:5px; - //border-color:black; padding:.375rem .5rem; margin:.25rem 0 2rem; background:#277739;