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:
parent
e5449fda26
commit
3cf2363147
18 changed files with 1276 additions and 612 deletions
|
@ -1,24 +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;
|
||||
margin: 0;
|
||||
background-color: #2a2a2a;
|
||||
user-select: none;
|
||||
transition: background-color 0.3s, color 0.3s;
|
||||
font-family: 'Hack', 'JetBrainsMono', monospace;
|
||||
}
|
||||
@import url(/global.css);
|
||||
|
||||
button, p {
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue