Version - 47

This commit is contained in:
2024-04-18 21:00:29 +02:00
parent e204fd9016
commit 2564dd549e
20 changed files with 1840 additions and 1977 deletions

View File

@@ -77,4 +77,32 @@ body{
}
.changelog:hover svg{
color: #a33;
}
/* Ligt NODE */
@media (prefers-color-scheme: light){
body{
background: #fff;
}
#jonathan{
background: radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#fff 70%);
}
#disclick{
color: #000;
text-shadow: none;
}
}
/* DARJ MODE */
@media (prefers-color-scheme: dark){
body{
background: #333;
}
#jonathan{
background: radial-gradient(125% 100% at 50% 0%,#5add5a 20%,#333 70%);
}
#disclick{
color: #f5f5f5;
text-shadow: 2px 2px 4px #000;
}
}