From 2bd60e1f75768e0b9dee4fe62978fa313624e35a Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 12 Feb 2020 17:38:18 +0100 Subject: make classic theme look more like AA --- webAO/styles/soj.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'webAO/styles/soj.css') diff --git a/webAO/styles/soj.css b/webAO/styles/soj.css index 3932b7e..10aab6b 100644 --- a/webAO/styles/soj.css +++ b/webAO/styles/soj.css @@ -42,4 +42,13 @@ body { margin: 4px; padding: 5px 10px; color: white; +} + +#evi_name { + background-color: #242e25; +} + +#evi_desc { + flex: 1 auto; + background: repeating-linear-gradient(#83b893, #83b893 14px, #222 14px, #222 15px); } \ No newline at end of file -- cgit