wip: update firefox theme
This commit is contained in:
parent
29485ced8f
commit
2f6748deb7
3 changed files with 49 additions and 3 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue