dark theme implemented

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

View File

@ -12,6 +12,11 @@
border-radius: 1000px;
box-shadow: 0em 0em 0.5em 0.2em rgba(0, 0, 0, 0.2);
}
@media (prefers-color-scheme: dark) {
a{
background-color: var(--accent-dark);
}
}
a:hover{
--angle: 15deg;
animation: shake 0.5s ease forwards;