Add fallback for --lwt-accent-color

This commit is contained in:
MrOtherGuy
2025-07-25 12:28:23 +03:00
parent f1da322d1d
commit cb6e193ff8
9 changed files with 13 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ Window controls will be all wrong without it
padding-right: 20px;
}
:root[tabsintitlebar] #toolbar-menubar[autohide="true"]:not([inactive]) #main-menubar{
background-color: var(--lwt-accent-color);
background-color: var(--lwt-accent-color,var(--toolbox-bgcolor));
background-image: linear-gradient(var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor),var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor)), var(--lwt-additional-images,none), var(--lwt-header-image, none);
mask-image: linear-gradient(to left, transparent, black 20px);
}