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;
}
.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;
@ -282,8 +269,7 @@ table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
background: #333333;
}
span.quote {
.quote {
color:#3C827A;
}