Compare commits
3 Commits
92ec2bdef0
...
main
Author | SHA1 | Date | |
---|---|---|---|
ef2b36a245 | |||
a8f865c5c3 | |||
c375585cf8 |
@ -10,6 +10,11 @@
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
#tabbrowser-tabbox {
|
||||
box-shadow: none !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
/* Windows overrides */
|
||||
@media (-moz-platform: windows) {
|
||||
|
||||
@ -51,13 +56,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: var(--cust-accent-inactive) !important;
|
||||
}
|
||||
|
||||
/* SETUP */
|
||||
/* Color mix */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
Reference in New Issue
Block a user