new animations

This commit is contained in:
samantha42
2026-05-24 21:35:04 +02:00
parent 81c47d56b4
commit 05d8732e85
4 changed files with 397 additions and 84 deletions
+2 -2
View File
@@ -1156,10 +1156,10 @@ nav .section-label {
display: inline-block;
margin-top: 8px;
font-family: 'DM Mono', monospace;
font-size: 10px;
font-size: 8px;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 3px 8px;
padding: 3px 5px;
border-radius: 3px;
}
+18 -3
View File
@@ -262,10 +262,10 @@ footer{
display: inline-block;
margin-top: 8px;
font-family: 'DM Mono', monospace;
font-size: 10px;
font-size: 9px;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 3px 8px;
padding: 3px 5px;
border-radius: 3px;
}
@@ -575,4 +575,19 @@ a{
background: transparent;
color: var(--color-text-secondary);
}
.copy-btn:hover { background: var(--color-background-secondary); }
.copy-btn:hover { background: var(--color-background-secondary); }
.Hitchhiker {
max-width: 480px;
width: 100%;
text-align: center;
display: none;
}
.matrix-hidden {
display: none;
color: green;
font-family: var(--ff-mono);
font-size: 0.72rem;
letter-spacing: 0.08em;
padding-left: 1.1rem;
}