diff options
| author | sD <stoned@derpymail.org> | 2020-04-14 00:29:36 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-14 00:29:36 +0200 |
| commit | b99c63d4e1807e1b1fd55d2e0600f448e44730d2 (patch) | |
| tree | c0f874c95a6ea9b2de63b7fd3ffe0ea19675607a /webAO | |
| parent | edcbe700ec60cecc0b9d519643b0e4cdfd15a0c1 (diff) | |
remove borders from the boxes in classic theme
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/classic.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index 467419c..b8ab269 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -169,10 +169,15 @@ hr { #evi_name { background-color: #393939; color: #ffad18; + border: none; } #evi_desc { flex: 1 auto; + border-top: 1px solid #6b946b; + border-left: 1px solid #6b946b; + border-right: none; + border-bottom: none; background-color: #9cc694; } |
