Fix: miss matching bg color on html tag

This commit is contained in:
Aroy-Art 2024-04-08 21:24:57 +02:00
parent 286023d348
commit 946d1cc54f
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -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;