mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 17:04:23 +01:00
Fix: miss matching bg color on html tag
This commit is contained in:
parent
286023d348
commit
946d1cc54f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Author: Aroy (https://aroy-art.com)
|
|||
}
|
||||
|
||||
html {
|
||||
background-color: #0f1e31;
|
||||
background-color: #040b1e;
|
||||
color: var(--text-light, #bad8dd);
|
||||
scrollbar-color: #ff00d4 #040b1e;
|
||||
scrollbar-width: thin;
|
||||
|
|
Loading…
Reference in a new issue