added light
This commit is contained in:
parent
5ec7f64a39
commit
f4a30fbe11
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,13 @@
|
|||
#LOADER>svg {
|
||||
width: 128px;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
#LOADER {
|
||||
background-color: #eee;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue