Unify CSS into one file #1

Merged
breakingspell merged 3 commits from develop into main 2024-12-01 21:57:37 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 35f7af7c5e - Show all commits

View File

@ -30,7 +30,7 @@
background-color: var(--cust-accent-darker) !important; background-color: var(--cust-accent-darker) !important;
} }
.urlbarView-url { .urlbarView-url,.urlbarView-action {
color: var(--cust-accent-text) !important; color: var(--cust-accent-text) !important;
} }