feat: further reduce darkmode init flash (#5701)
* feat: further reduce darkmode init flash * fix lint * tweak doc * colocate code
This commit is contained in:
@ -34,6 +34,6 @@
|
||||
}
|
||||
|
||||
.LoadingMessage--dark {
|
||||
background-color: $oc-black;
|
||||
color: $oc-white;
|
||||
background-color: #121212;
|
||||
color: #ced4da;
|
||||
}
|
||||
|
Reference in New Issue
Block a user