Move stuff around
This commit is contained in:
@ -34,18 +34,14 @@
|
||||
/* Navbar and active tab */
|
||||
#titlebar,
|
||||
.browser-toolbar,
|
||||
.tab-background:is([selected], [multiselected]),
|
||||
#urlbar-input::-moz-selection,
|
||||
.urlbarView-row[selected] {
|
||||
.tab-background:is([selected], [multiselected]) {
|
||||
background-color: var(--cust-accent-dark) !important;
|
||||
|
||||
&:-moz-window-inactive {
|
||||
opacity: .85 !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Menus and dropdowns */
|
||||
#urlbar-background,
|
||||
#searchbar,
|
||||
@ -55,13 +51,18 @@
|
||||
background-color: var(--cust-accent-darker) !important;
|
||||
}
|
||||
|
||||
/* URLbar text */
|
||||
/* URLbar */
|
||||
.urlbarView-url,
|
||||
.urlbarView-action,
|
||||
.urlbarView-favicon {
|
||||
color: var(--cust-accent-text) !important;
|
||||
}
|
||||
|
||||
#urlbar-input::-moz-selection,
|
||||
.urlbarView-row[selected] {
|
||||
background-color: SelectedItem !important;
|
||||
}
|
||||
|
||||
/* SETUP */
|
||||
/* Color mix */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
Reference in New Issue
Block a user