new animations
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user