variant: avoid flash of menu header with neon variant #206

This commit is contained in:
Sören Weber 2022-02-24 19:42:25 +01:00
parent c6f2572a1c
commit 577e298316
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -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) */