aboutsummaryrefslogtreecommitdiff
path: root/internal/server/static/style.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-20 05:08:07 -0800
committerFuwn <[email protected]>2026-01-20 05:08:07 -0800
commit60a8b7793f3ed137575d2a5da4bf899888be6d6a (patch)
treeddb841413f490ccb824b61c52e5be533d39949c4 /internal/server/static/style.css
parentfeat: Add clickable link option for monitor names (diff)
downloadkaze-60a8b7793f3ed137575d2a5da4bf899888be6d6a.tar.xz
kaze-60a8b7793f3ed137575d2a5da4bf899888be6d6a.zip
style: Remove default link underline styling
Diffstat (limited to 'internal/server/static/style.css')
-rw-r--r--internal/server/static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/server/static/style.css b/internal/server/static/style.css
index 94a7e11..f494dcf 100644
--- a/internal/server/static/style.css
+++ b/internal/server/static/style.css
@@ -71,6 +71,11 @@ body {
line-height: 1.5;
}
+a {
+ color: inherit;
+ text-decoration: none;
+}
+
/* Utility classes */
.font-mono {
font-family: 'JetBrains Mono', Menlo, Monaco, 'Courier New', monospace;