mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
11 lines
195 B
CSS
11 lines
195 B
CSS
.browserContainer {
|
|
background: linear-gradient(
|
|
90deg,
|
|
var(--zen-colors-secondary) 0%,
|
|
var(--zen-colors-primary) 100%
|
|
);
|
|
}
|
|
|
|
stack > browser {
|
|
border-radius: 10px !important;
|
|
}
|