orchard/src/renderer/less/macos.less
2022-02-17 22:45:59 -08:00

17 lines
No EOL
290 B
Text

body[platform="darwin"] {
html {
background: transparent!important;
}
&.notransparency::before {
display: none;
}
#app {
&.simplebg {
background: transparent;
}
&::before {
display: none;
}
}
}