1. changed to a global css instead of using the same shit over and over.

2. deleted soem unused stuff
3. stole some windows' api virtual keys site keys
This commit is contained in:
zyqunix 2025-01-17 23:14:57 +01:00
parent e5449fda26
commit 3cf2363147
18 changed files with 1276 additions and 612 deletions

View file

@ -1,29 +1,4 @@
@font-face {
font-family: 'Hack';
src: url('/Fonts/Hack/Hack-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'JetBrainsMono';
src: url('/Fonts/JetBrainsMono/JetBrainsMono-Regular.woff2');
}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #2a2a2a;
transition: background-color 0.3s, color 0.3s;
overflow-x: hidden;
overflow-y: visible;
font-family: 'Hack', 'JetBrainsMono', monospace;
}
* {
font-family: 'Hack', monospace;
font-size: medium;
}
@import url(/global.css);
button, p {
font-weight: 600;