Update styles to use --lwt-tab-line-color variable

This commit is contained in:
MrOtherGuy
2022-01-12 15:16:47 +02:00
parent ec17a82ede
commit 19fa8eb39d
3 changed files with 9 additions and 5 deletions

View File

@@ -39,6 +39,6 @@ See the above repository for updates as well as full license text. */
--lwt-sidebar-text-color: yellow !important;
}
/* Line above tabs */
#tabbrowser-tabs{ --tab-line-color: white !important; }
#tabbrowser-tabs{ --lwt-tab-line-color: white !important; }
/* the header-area of sidebar needs this to work */
#sidebar-box{ --sidebar-background-color: purple !important; }