mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
12 lines
267 B
CSS
12 lines
267 B
CSS
|
|
/**
|
|
* Zen Mod: Application Frame
|
|
* Add application frame width as a preference to the Zen Browser.
|
|
* Pontus Sundén <hi@pontus.cc>
|
|
*/
|
|
:root {
|
|
/**
|
|
--psu-app_frame-width: 5px;
|
|
/**/
|
|
--zen-element-separation: var(--psu-app_frame-width) !important;
|
|
}
|