all repos — site @ d8dcaa5d537e17f2812c7946e96e03eae65e46bf

source for my site, found at icyphox.sh

css: muted a border-bottom
Anirudh Oppiliappan x@icyphox.sh
Thu, 08 Dec 2022 17:22:59 +0530
commit

d8dcaa5d537e17f2812c7946e96e03eae65e46bf

parent

15b3c767d02167856a6ee0766fcd72bd7c1d3791

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

jump to
M static/style.cssstatic/style.css

@@ -153,7 +153,7 @@ color: var(--gray);

} .muted a { color: var(--cyan); - text-decoration: underline; + border-bottom: 1.5px solid var(--cyan); } article p {