This commit is contained in:
zyqunix 2024-11-22 21:48:10 +01:00
parent 464282848a
commit 2f1c6ba41b
10 changed files with 34 additions and 60 deletions

View file

@ -1,10 +1,18 @@
@font-face {
font-family: 'Hack';
src: url(fonts/Hack-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
min-height: 100%;
font-family: monospace;
font-family: 'Hack', monospace;
font-size: small;
background-color: #2a2a2a;
transition: background-color 0.3s, color 0.3s;
color: #f0f0f0;
@ -25,6 +33,9 @@ html {
img {
user-select: none;
perspective: 1000px;
transform-origin: center;
transition: transform 0.1s ease;
}
.topbar {