dark_spook.css: remove some redaundant css

This commit is contained in:
Zankaria 2024-10-23 23:39:06 +02:00
parent a1031d9370
commit 9d295ca82c

View file

@ -10,10 +10,6 @@ body {
font-size: 14px; font-size: 14px;
} }
.quote {
color:#B8D962;
}
@font-face { @font-face {
font-family: 'lain'; font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'), src: url('./fonts/nrdyyh.woff') format('woff'),
@ -24,11 +20,6 @@ h1 {
letter-spacing: -2px; letter-spacing: -2px;
font-size: 20pt; font-size: 20pt;
text-align: center; text-align: center;
color: #32DD72;
}
div.title, h1 {
color: #32DD72;
} }
div.title p { div.title p {
@ -41,7 +32,7 @@ a:link, a:visited, .intro a.email span.name {
font-family: sans-serif; font-family: sans-serif;
} }
a:link:hover, a:visited:hover { a:visited:hover {
color: #fff; color: #fff;
font-family: sans-serif; font-family: sans-serif;
text-decoration: none; text-decoration: none;
@ -76,10 +67,6 @@ div.post.reply div.body a:link, div.post.reply div.body a:visited {
color: #CCCCCC; color: #CCCCCC;
} }
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
color: #32DD72;
}
.intro span.subject { .intro span.subject {
font-size: 12px; font-size: 12px;
font-family: sans-serif; font-family: sans-serif;
@ -155,7 +142,7 @@ input[type="submit"]:hover {
} }
input[type="text"]:focus { input[type="text"]:focus {
border:#aaa 1px solid; border:#aaa 1px solid;
} }
p.fileinfo a:hover { p.fileinfo a:hover {
@ -282,8 +269,7 @@ table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
background: #333333; background: #333333;
} }
.quote {
span.quote {
color:#3C827A; color:#3C827A;
} }