updating flake, userChrome, and emacs.nix

This commit is contained in:
Chris Cochrun 2025-03-13 22:01:56 -05:00
parent cef3749d87
commit c3de5f9330
10 changed files with 550 additions and 401 deletions

View file

@ -194,8 +194,8 @@ Styles for dialogs e.g. "confirm deleting extension"
position: fixed;
z-index: -1;
width: 100vw;
height: 100vh;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
@ -568,6 +568,13 @@ 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 ----------------------------------------------------------------------------------------------------------------------------------