css: muted a border-bottom
Anirudh Oppiliappan x@icyphox.sh
Thu, 08 Dec 2022 17:22:59 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
static/style.css
→
static/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 {