artemsemkin

Rhye: classic menu color adjustments

Jul 19th, 2022 (edited)
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. #page-header[data-arts-theme-text="light"] .menu > li > a {
  2.   color: #fff !important; /* normal state */
  3. }
  4.  
  5. #page-header[data-arts-theme-text="light"] .menu > li > a:hover {
  6.   color: #eee !important; /* hover state */
  7. }
  8.  
  9. #page-header[data-arts-theme-text="light"] .header__burger-line {
  10.   background-color: var(--color-dark-2) !important; /* optionally restore burger button color */
  11. }
  12.  
Add Comment
Please, Sign In to add comment