diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 17:38:18 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 17:38:18 +0100 |
| commit | 2bd60e1f75768e0b9dee4fe62978fa313624e35a (patch) | |
| tree | b746ea568c6c84d1a91cb7733ed55315148a581a /webAO/styles/soj.css | |
| parent | ff316096105a6702ee253f4448bebe58fc723038 (diff) | |
make classic theme look more like AA
Diffstat (limited to 'webAO/styles/soj.css')
| -rw-r--r-- | webAO/styles/soj.css | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
