wip: update firefox theme

This commit is contained in:
Sean Kovacs 2025-12-18 10:49:20 -05:00
commit 2f6748deb7
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 49 additions and 3 deletions

View file

@ -1,5 +1,9 @@
/* Dark theme */
@media (prefers-color-scheme: dark) {
#nav-bar,
#PersonalToolbar {
background-color: rgb(24, 24, 37) !important;
}
:root {
.tabbrowser-tab[selected="true"] .tab-background {
border: 1px solid #313244 !important;