frontend: initial dark mode for filemananger
This commit is contained in:
@@ -28,3 +28,11 @@ a:hover, a:focus {
|
||||
#app {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: black;
|
||||
color: var(--pankow-color-light-dark);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user