mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
15 lines
342 B
CSS
15 lines
342 B
CSS
#tabbrowser-tabs {
|
|
font-size: var(--cfs-font-size-tabbar-tabs) !important;
|
|
}
|
|
|
|
#zen-current-workspace-indicator-name {
|
|
font-size: var(--cfs-font-size-workspace-title) !important;
|
|
}
|
|
|
|
.findbar-container {
|
|
font-size: var(--cfs-font-size-searchbar) !important;
|
|
}
|
|
|
|
.zen-workspace-icon {
|
|
font-size: var(--cfs-icon-size-footer) !important;
|
|
}
|