all repos — honk @ ef622db4e0f50c547b8d8d0528cdbad7bb2a96ab

my fork of honk

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

ef622db4e0f50c547b8d8d0528cdbad7bb2a96ab

parent

aa30cd02dc5737bac6a57bef9f6c660c9ffcd9cf

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

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

@@ -374,8 +374,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 {