mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 04:33:54 +02:00
13 lines
285 B
CSS
13 lines
285 B
CSS
|
|
#zen-appcontent-navbar-container {
|
|
padding: 20px;
|
|
border: none !important;
|
|
background: none !important;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#nav-bar {
|
|
background: var(--zen-colors-tertiary) !important;
|
|
border-radius: 8px;
|
|
border: 1px solid var(--zen-colors-border) !important;
|
|
}
|