commit ebd4a377636a08039be26c1128df79f5d49cf2a0 parent 6e20a8b0ce1e5a0eefccfc5f64c6d35c4dfb1caf Author: William <x@linear.codes> Date: Fri, 13 Dec 2024 21:20:50 -0500 link underlining Diffstat:
| M | style.css | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/style.css b/style.css @@ -39,11 +39,13 @@ footer { a { - color: var(--head) ; + color: var(--head); + text-decoration: none; } a:hover { - color: var(--hover) ; + color: var(--hover); + text-decoration: none; } @@ -61,6 +63,7 @@ li a { li a:hover { background-color: #111; + text-decoration: none; } .ll {