dark theme implemented

This commit is contained in:
2024-01-20 00:39:53 +01:00
parent 4127e9dd39
commit 00c23bcdba
23 changed files with 848 additions and 118 deletions

View File

@@ -38,6 +38,14 @@ ol li::marker{
box-shadow: 0.3em 0.3em 1em 0.2em rgba(0,0,0,0.3);
max-width: 30%
}
@media (prefers-color-scheme: dark){
.instructions{
background-color: var(--nord6-dark);
}
.additional_info > *{
background-color: var(--accent-dark);
}
}
@media screen and (max-width: 500px){
.additional_info > *{
max-width: 60%;