mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
779f7f7b60
* Remove footer and add the Consul version to the Help menu * Tweak menu text and button styling * Tweak some coloring and spacing * Add slightly larger Consul logo
16 lines
321 B
SCSS
16 lines
321 B
SCSS
:root {
|
|
@extend %theme-light;
|
|
}
|
|
%main-header-horizontal,
|
|
%main-nav-vertical,
|
|
%main-nav-horizontal {
|
|
@extend %theme-dark;
|
|
}
|
|
%main-nav-vertical .nspaces .menu-panel > div {
|
|
@extend %theme-light;
|
|
}
|
|
%main-nav-vertical .menu-panel a:hover,
|
|
%main-nav-vertical .menu-panel a:focus {
|
|
background-color: var(--blue-500);
|
|
}
|