From bdf97c9a12e90618866534426a1aaf7ec4f946de Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 8 Oct 2020 20:48:53 +0300 Subject: Fix csslint warning --- src/main/assets/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/main/assets') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 95e4e3e7..732bb6bc 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -138,7 +138,7 @@ pre::-moz-selection { height: 60px; width: 100%; z-index: 10; - background: var(--text-background-color); + background: var(--main-background-color); } #content { @@ -294,10 +294,6 @@ pre::-moz-selection { margin: 10px 0; } -#column { - background: var(--main-background-color); -} - #column .margtop { margin-top: 15px; } -- cgit v1.2.3