mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
variant: avoid flash of menu header with neon variant #206
This commit is contained in:
parent
c6f2572a1c
commit
577e298316
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
--MENU-HOME-LINK-color: #323232; /* Color of the home button text */
|
||||
--MENU-HOME-LINK-HOVER-color: #5e5e5e; /* Color of the hovered home button text */
|
||||
|
||||
--MENU-HEADER-BG-color: transparent; /* Background color of menu header */
|
||||
--MENU-HEADER-BORDER-color: transparent; /*Color of menu header border */
|
||||
--MENU-HEADER-BG-color: rgba( 0, 0, 0, 0 ); /* Background color of menu header */
|
||||
--MENU-HEADER-BORDER-color: rgba( 0, 0, 0, 0 ); /*Color of menu header border */
|
||||
|
||||
--MENU-SEARCH-color: #e0e0e0; /* Color of search field text */
|
||||
--MENU-SEARCH-BG-color: #323232; /* Search field background color (by default borders + icons) */
|
||||
|
|
Loading…
Reference in a new issue