lots of shenanigans

This commit is contained in:
Chris Cochrun 2025-04-29 10:10:17 -05:00
parent 7b40c2a507
commit 8c1c70df2b
334 changed files with 5328 additions and 7370 deletions

View file

@ -194,8 +194,8 @@ Styles for dialogs e.g. "confirm deleting extension"
position: fixed;
z-index: -1;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
left: 0px;
top: 0px;
@ -568,13 +568,6 @@ File Edit View History Bookmarks Tools Help
outline: 0px solid transparent;
}
/* background color fix */
#browser:not(.browser-toolbox-background) {
:root[lwtheme] & {
background-image: none !important;
}
}
/*
--- ACCENT COLOR ----------------------------------------------------------------------------------------------------------------------------------