replace --tabs-border-color with --lwt-tabs-border-color

This commit is contained in:
MrOtherGuy
2022-01-22 06:43:57 +02:00
parent 19fa8eb39d
commit fd644ff857
3 changed files with 8 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ menupopup > menu{ padding-block: 0.3em !important; }
/* This is kinda weird, but it makes the horizontal line between tabs and nav-bar render "inside" nav-bar thus tabs are more visibily separated even if there is less space there */
#nav-bar{
box-shadow: inset 0 var(--tabs-shadow-size) 0 var(--tabs-border-color) !important;
box-shadow: inset 0 var(--tabs-shadow-size) 0 var(--lwt-tabs-border-color) !important;
}
.tab-close-button{