feat: More glass-like navbar, support for author set in front matter, remove option to disable nav icons

This commit is contained in:
daudix
2024-01-20 18:39:04 +03:00
parent b65353d54d
commit 4ab0720ce2
10 changed files with 47 additions and 41 deletions

View File

@ -41,10 +41,10 @@
@keyframes scanlines {
from {
transform: translateY(0px);
transform: translateY(-8px);
}
to {
transform: translateY(-8px);
transform: translateY(0px);
}
}
}