diff --git a/Assets/Templates/zen-browser/zen-userChrome.css b/Assets/Templates/zen-browser/zen-userChrome.css index f909038c0..3ac06a191 100644 --- a/Assets/Templates/zen-browser/zen-userChrome.css +++ b/Assets/Templates/zen-browser/zen-userChrome.css @@ -108,7 +108,13 @@ toolbar .toolbarbutton-1 { } } } +.tab-text { + color: var(--text); +} +toolbarbutton#tabs-newtab-button { + color: var(--text) !important; +} /* --- URL Bar --- */ #urlbar-input { @@ -141,6 +147,10 @@ toolbar .toolbarbutton-1 { color: var(--text) !important; } +.urlbarView-row:not([selected]) :is(.urlbarView-title, .urlbarView-action) { + color: var(--text) !important; +} + /* --- UI Components --- */ #zen-toast-container { @@ -175,3 +185,12 @@ toolbar .toolbarbutton-1 { hbox#titlebar { background-color: var(--base) !important; } + +.zen-current-workspace-indicator-name { + color: var(--text); +} + +.zen-current-workspace-indicator-icon { + fill: var(--text) !important; +} +