summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-13 23:05:02 +0000
committerdacctal <dacctal@symlinx.net>2026-06-13 23:05:02 +0000
commitc38bc0db072e8e5636d5465f11a966e31aaefb36 (patch)
treeb69b0e414bddc0bc4909c2664b0917484bdaa40d /style.css
parentdfbf4085f6c3e6275a650627dea5d6de2d21bd16 (diff)
no more ugly underlines
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 896bb74..17bd945 100644
--- a/style.css
+++ b/style.css
@@ -39,6 +39,7 @@ a:link {
color: var(--cl-orange-6);
border: 2px solid var(--cl-orange-6);
padding: 4px 8px;
+ text-decoration: none;
}
a:visited, a:active {
color: var(--cl-green-6);