From 6473ff6ab6aa5bdc658ca1bb403958cb1b8cda0a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 31 Oct 2024 22:09:33 +0100 Subject: [PATCH] jungle.css: add quote styling --- stylesheets/jungle.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;