only show vibrancy on MacOS (#8462)

8231-cal-1474-remove-leading-none^2
Peer Richelsen 2023-04-22 21:52:50 +02:00 committed by GitHub
parent 82b6b83885
commit 7d702dd546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -166,16 +166,16 @@ html.todesktop aside {
margin: 0px -6px;
}
html.todesktop .desktop-transparent{
html.todesktop-platform-darwin .desktop-transparent{
background: transparent !important;
border: none !important;
}
html.todesktop.dark main.bg-default{
html.todesktop-platform-darwin.dark main.bg-default{
background: rgba(0,0,0,0.6) !important
}
html.todesktop.light main.bg-default{
html.todesktop-platform-darwin.light main.bg-default{
background: rgba(255,255,255,0.8) !important
}