mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
15 lines
468 B
CSS
15 lines
468 B
CSS
|
|
:root {
|
|
--zen-colors-primary: #88c0d0 !important;
|
|
--zen-colors-secondary: #88c0d0 !important;
|
|
--zen-colors-tertiary: #3b4252 !important;
|
|
--zen-colors-border: #4c566a !important;
|
|
--zen-dialog-background: #2e3440 !important;
|
|
--tab-selected-textcolor: #2e3440 !important;
|
|
--toolbar-field-background-color: #2e3440 !important;
|
|
--toolbar-field-focus-background-color: #2e3440 !important;
|
|
}
|
|
|
|
.urlbar-input {
|
|
text-align: center;
|
|
}
|