Browse Source

add cp__header background-color

fix cp__header opacity changes
llcc 3 years ago
parent
commit
6140872720
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/frontend/components/header.css

+ 1 - 0
src/main/frontend/components/header.css

@@ -16,6 +16,7 @@
   user-select: none;
   line-height: 1;
   white-space: nowrap;
+  background-color: var(--ls-primary-background-color);
 
   > .l {
     width: var(--ls-left-sidebar-width);