diff options
Diffstat (limited to 'kvmd/web/css/about.css')
-rw-r--r-- | kvmd/web/css/about.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kvmd/web/css/about.css b/kvmd/web/css/about.css index 06525e7b..0db2e467 100644 --- a/kvmd/web/css/about.css +++ b/kvmd/web/css/about.css @@ -15,10 +15,3 @@ div#about p { font-family: monospace; padding: 0 10px 0 10px; } -div#about p a { - text-decoration: underline dotted; - color: var(--fg-color-normal); -} -div#about p a:hover { - text-decoration: underline; -} |