feat: More glass-like navbar, support for author set in front matter, remove option to disable nav icons
This commit is contained in:
@ -41,10 +41,10 @@
|
||||
|
||||
@keyframes scanlines {
|
||||
from {
|
||||
transform: translateY(0px);
|
||||
transform: translateY(-8px);
|
||||
}
|
||||
to {
|
||||
transform: translateY(-8px);
|
||||
transform: translateY(0px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user