From 9d295ca82cdc450e078338d872d977902b9fb75b Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 23 Oct 2024 23:39:06 +0200 Subject: [PATCH] dark_spook.css: remove some redaundant css --- stylesheets/dark_spook.css | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/stylesheets/dark_spook.css b/stylesheets/dark_spook.css index 71bcffe0..5e9bf837 100644 --- a/stylesheets/dark_spook.css +++ b/stylesheets/dark_spook.css @@ -10,10 +10,6 @@ body { font-size: 14px; } -.quote { - color:#B8D962; -} - @font-face { font-family: 'lain'; src: url('./fonts/nrdyyh.woff') format('woff'), @@ -24,11 +20,6 @@ h1 { letter-spacing: -2px; font-size: 20pt; text-align: center; - color: #32DD72; -} - -div.title, h1 { - color: #32DD72; } div.title p { @@ -41,7 +32,7 @@ a:link, a:visited, .intro a.email span.name { font-family: sans-serif; } -a:link:hover, a:visited:hover { +a:visited:hover { color: #fff; font-family: sans-serif; text-decoration: none; @@ -76,10 +67,6 @@ div.post.reply div.body a:link, div.post.reply div.body a:visited { color: #CCCCCC; } -div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover { - color: #32DD72; -} - .intro span.subject { font-size: 12px; font-family: sans-serif; @@ -155,7 +142,7 @@ input[type="submit"]:hover { } input[type="text"]:focus { - border:#aaa 1px solid; + border:#aaa 1px solid; } p.fileinfo a:hover { @@ -282,8 +269,7 @@ table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell { background: #333333; } - -span.quote { +.quote { color:#3C827A; }