fix header border color

This commit is contained in:
rustdesk 2023-05-19 20:46:56 +08:00
parent d315d4c742
commit e94ca830af

View File

@ -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);
}