theme-store/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css
mauro 🤙 e51df744e4
Add theme: Floating toolbar (#377)
Co-authored-by: anaarkei <anaarkei@users.noreply.github.com>
2024-09-15 03:27:01 -07:00

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;
}