Compare commits

...

3 Commits

Author SHA1 Message Date
ef2b36a245 Remove sidebar border 2025-03-05 11:21:12 -06:00
a8f865c5c3 URLbar CSS 2024-12-15 16:08:53 -06:00
c375585cf8 URLbar CSS 2024-12-15 16:07:10 -06:00

View File

@ -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) {