diff --git a/stylesheets/jungle.css b/stylesheets/jungle.css index 5864c002..a77573dc 100644 --- a/stylesheets/jungle.css +++ b/stylesheets/jungle.css @@ -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;