From a831d3f01af75725921c9933c9d7fa830bccfdab Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 3 May 2019 09:26:55 +0200 Subject: [PATCH] background color --- liquet/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/liquet/style.css b/liquet/style.css index bd82f81..5b21ada 100644 --- a/liquet/style.css +++ b/liquet/style.css @@ -70,6 +70,7 @@ hr { height: 100vh; position: fixed; overflow-x: auto; + background-color: var(--clr-white); } .view {