Merge "File pages: Apply background in dark mode to file pages"
This commit is contained in:
commit
a08562a577
1 changed files with 16 additions and 0 deletions
|
|
@ -197,3 +197,19 @@
|
|||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen {
|
||||
html.skin-theme-clientpref-night {
|
||||
#file img {
|
||||
background-color: #c8ccd1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and ( prefers-color-scheme: dark ) {
|
||||
html.skin-theme-clientpref-os {
|
||||
#file img {
|
||||
background-color: #c8ccd1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue