jungle.css: add quote styling

This commit is contained in:
Zankaria 2024-10-31 22:09:33 +01:00
parent 9658db1666
commit 6473ff6ab6

View file

@ -72,6 +72,16 @@ div.post.reply div.body a {
color: #d00;
}
span.orangeQuote {
color: #FF8C00;
text-shadow: 0.05em 0.05em orange;
}
.quote {
color: #789922;
text-shadow: 0.05em 0.05em green;
}
form table tr th {
background: #65AB6B;
border: 1px solid #054500;