diff options
| author | Fuwn <[email protected]> | 2026-01-20 05:08:07 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-20 05:08:07 -0800 |
| commit | 60a8b7793f3ed137575d2a5da4bf899888be6d6a (patch) | |
| tree | ddb841413f490ccb824b61c52e5be533d39949c4 /internal/server/static/style.css | |
| parent | feat: Add clickable link option for monitor names (diff) | |
| download | kaze-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.css | 5 |
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; |