diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-26 16:39:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 01:42:01 +0200 |
commit | 3c303aee04f8a5ee3241bd149358cc65d0ff755b (patch) | |
tree | 0ebb664d10ec45736dabf1ec77fed5ca07788277 /public | |
parent | f15dbf51690caf5a9428fd106942695870906883 (diff) | |
download | server-3c303aee04f8a5ee3241bd149358cc65d0ff755b.tar.gz |
Make aside white by default.
Diffstat (limited to 'public')
-rw-r--r-- | public/common/client.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/common/client.css b/public/common/client.css index 081cb9f..a58d1c6 100644 --- a/public/common/client.css +++ b/public/common/client.css @@ -127,6 +127,7 @@ aside { overflow: clip; grid-template-rows: auto minmax(0, 1fr); width: 212px; + background-color: white; border-left: 1px solid black; } |