forked from leftypol/leftypol
jungle.css: add quote styling
This commit is contained in:
parent
9658db1666
commit
6473ff6ab6
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue