minor update colors
This commit is contained in:
parent
8641c7fdbc
commit
925d7b1255
3 changed files with 6 additions and 4 deletions
|
@ -36,7 +36,7 @@ header {
|
|||
text-decoration: none;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
color: $font_submenu;
|
||||
font-size: $font_size_default;
|
||||
|
||||
&:focus {
|
||||
|
@ -80,7 +80,7 @@ header {
|
|||
&:after {
|
||||
content: "";
|
||||
border: 0.35rem solid transparent;
|
||||
border-top-color: rgba(#fff, 0.45);
|
||||
border-top-color: $menu_background_dropdown_color;
|
||||
margin-left: 0.25em;
|
||||
transform: translateY(0.15em);
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$background_accent_1: rgb(255,192,0);
|
||||
$background_accent_2: $background_accent_1;
|
||||
$menu_background_color: transparent;
|
||||
$menu_background_dropdown_color: white;
|
||||
$menu_background_dropdown_color: transparent;
|
||||
$menu_accent_hover: white;
|
||||
$menu_box_background: black;
|
||||
|
||||
|
@ -12,6 +12,7 @@ $font_accent_3: black;
|
|||
$font_accent_4: black;
|
||||
$font_default: black;
|
||||
$font_menu: white;
|
||||
$font_submenu: white;
|
||||
$font_default_inverted: white;
|
||||
|
||||
$shadow_accent_1: rgba(0,0,0,1);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$background_accent_1: rgb(247, 196, 24 );
|
||||
$background_accent_2: black;
|
||||
$menu_background_color: transparent;
|
||||
$menu_background_dropdown_color: white;
|
||||
$menu_background_dropdown_color: rgba(255,255,255,0.8);
|
||||
$menu_accent_hover: red;
|
||||
$menu_box_background: transparent;
|
||||
|
||||
|
@ -11,6 +11,7 @@ $font_accent_2_hover: orangered;
|
|||
$font_accent_3: orangered;
|
||||
$font_accent_4: rgb(247, 196, 24);
|
||||
$font_menu: black;
|
||||
$font_submenu: red;
|
||||
$font_default: white;
|
||||
|
||||
$shadow_accent_1: rgba(255, 190, 14, 0.5);
|
||||
|
|
Loading…
Reference in a new issue