From ea0a79e4e05007cbca1054911d418ac9e4df8f52 Mon Sep 17 00:00:00 2001 From: Alexander_Hue Date: Sat, 1 Oct 2022 18:56:18 +0800 Subject: [PATCH] Synchronise summary panel background color with the main background --- style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style.css b/style.css index abae41a..50493d9 100644 --- a/style.css +++ b/style.css @@ -207,7 +207,7 @@ i { width: 300px; color: #364149; /**/ - background: #f5f5f540; + background-color: #f2f2f1; /* #eaf5fb; #d9edf7#bdcadb #3572D9 #fafafa*/ border-right: 1px solid rgba(0, 0, 0, .07); -webkit-transition: left 250ms ease; @@ -816,5 +816,3 @@ i.fa { .color-theme-2>i.fa{ border-color: #395b64; } -} -} \ No newline at end of file