From e94ca830af31993ac658a6454e92db6170528d0f Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 19 May 2023 20:46:56 +0800 Subject: [PATCH] fix header border color --- static/css/theme-mine.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme-mine.css b/static/css/theme-mine.css index 9053cfc..567d85a 100644 --- a/static/css/theme-mine.css +++ b/static/css/theme-mine.css @@ -20,5 +20,5 @@ a.padding i.fa-language{ #sidebar #header-wrapper { background: inherit; color: var(--MENU-SEARCH-BOX-color); - border-bottom: 1px solid #2a232f; + border-bottom: 1px solid var(--MENU-SECTION-HR-color); }