Skip to content

Commit

Permalink
style: adjust dark background in horizontal layout
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai committed Nov 7, 2022
1 parent 0923e29 commit 6479d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/scss/themes/dark/_variables-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ $pre-color: null;

// Layout Horizontal
$horizontal-header-bg: #171722;
$horizontal-navbar-bg: #1a1a2d;
$horizontal-submenu-bg: #1E1E2D;
$horizontal-navbar-bg: #22223c;
$horizontal-submenu-bg: #191926;
$horizontal-submenu-link-color: #9899ac;
$horizontal-submenu-link-hover-bg: #1b1b28;
$horizontal-submenu-link-hover-color: #187de4;
Expand Down

0 comments on commit 6479d2f

Please sign in to comment.