fix: sidebar
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kazhnuz 2024-08-29 22:36:42 +02:00
parent ef5e80b717
commit a48007fdc4
2 changed files with 2 additions and 1 deletions

View file

@ -227,6 +227,7 @@ header h1 {
.cursor { .cursor {
animation: blink-animation 1.5s steps(2, start) infinite; animation: blink-animation 1.5s steps(2, start) infinite;
} }
@keyframes blink-animation { @keyframes blink-animation {
to { to {
visibility: hidden; visibility: hidden;

View file

@ -37,7 +37,7 @@ html {
width: 320px; width: 320px;
} }
z-index:10; z-index:11;
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.6); box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.6);
} }