From c1247a52e92523be8d225d20dc9592f32dca5088 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Feb 2025 23:38:11 +0100 Subject: ref: Redo text decoration and hover animation Make both more cohesive within the application. --- scss/main.scss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'scss/main.scss') diff --git a/scss/main.scss b/scss/main.scss index 2ebdbe8..d2cbcb9 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -88,6 +88,14 @@ input { -moz-box-sizing: border-box; } +a[href]:not([href=""]):not(.nav-link) { + text-decoration: none; + + &:hover { + text-decoration: underline; + } +} + .navbar-nav { margin-top: 0px } @@ -186,16 +194,13 @@ pre { color: white; text-decoration: none; - &:hover { - background: #70dc70; - } - &.branch { background: #25a525; } &.tag { background: #5874e2; + } } -- cgit v1.2.3