all repos — honk @ 3cdb0e7b181e4960a35d58e9addb6f9da77eaf84

my fork of honk

text-decoration
Anirudh Oppiliappan x@icyphox.sh
Sun, 20 Nov 2022 14:57:31 +0530
commit

3cdb0e7b181e4960a35d58e9addb6f9da77eaf84

parent

fb53ad2a177d72cf192249d0430015d2acd30c65

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -345,8 +345,12 @@ padding-left: 1em;

} header a { - text-decoration: none !important; + text-decoration: none; color: var(--header-fg); +} + +main header a { + text-decoration: underline; } header details a {