From 3c303aee04f8a5ee3241bd149358cc65d0ff755b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 26 Oct 2023 16:39:39 +0200 Subject: Make aside white by default. --- public/common/client.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public') 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; } -- cgit v1.2.3