17 lines
No EOL
290 B
Text
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;
|
|
}
|
|
}
|
|
} |