mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 04:33:54 +02:00
10 lines
247 B
CSS
10 lines
247 B
CSS
#statuspanel {
|
|
margin: 10px !important;
|
|
}
|
|
|
|
#statuspanel-label {
|
|
border-radius: 10000px !important;
|
|
padding: 2px 10px !important;
|
|
border: 1px solid var(--zen-colors-border) !important;
|
|
background: var(--zen-colors-tertiary) !important;
|
|
}
|