Compare commits
2 Commits
main
...
979dac4165
Author | SHA1 | Date | |
---|---|---|---|
979dac4165 | |||
5388dacf3f |
@ -10,11 +10,6 @@
|
|||||||
border-bottom: none !important;
|
border-bottom: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabbrowser-tabbox {
|
|
||||||
box-shadow: none !important;
|
|
||||||
outline: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Windows overrides */
|
/* Windows overrides */
|
||||||
@media (-moz-platform: windows) {
|
@media (-moz-platform: windows) {
|
||||||
|
|
||||||
@ -56,18 +51,13 @@
|
|||||||
background-color: var(--cust-accent-darker) !important;
|
background-color: var(--cust-accent-darker) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* URLbar */
|
/* URLbar text */
|
||||||
.urlbarView-url,
|
.urlbarView-url,
|
||||||
.urlbarView-action,
|
.urlbarView-action,
|
||||||
.urlbarView-favicon {
|
.urlbarView-favicon {
|
||||||
color: var(--cust-accent-text) !important;
|
color: var(--cust-accent-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#urlbar-input::-moz-selection,
|
|
||||||
.urlbarView-row[selected] {
|
|
||||||
background-color: var(--cust-accent-inactive) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SETUP */
|
/* SETUP */
|
||||||
/* Color mix */
|
/* Color mix */
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
Reference in New Issue
Block a user