mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
Adding a dark background for dark mode users
This commit is contained in:
parent
409681d89d
commit
a311a5f730
1 changed files with 6 additions and 0 deletions
|
|
@ -2335,3 +2335,9 @@ svg.button {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: #25252a;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue