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,32 +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 {
background-color: #505050;
color: white;
font-family: monospace;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
min-height: 100vh;
padding: 20px;
flex-direction: column;
overflow: hidden;
font-family: 'Hack', 'JetBrainsMono', monospace;
}
* {
font-family: 'Hack', 'JetBrainsMono', monospace;
}
@import url(/global.css);
.top {
top: 0;
@ -42,11 +14,6 @@ marquee {
width: 100%;
}
::selection {
color: white;
background-color: #b49cdf;
}
button:not(#toggle) {
color: white;
background-color: #b49cdf;
@ -91,16 +58,6 @@ button:hover:not(#toggle) {
transform: scale(1.1);
}
a {
text-decoration: underline;
color: white;
transition: color 0.1s;
}
a:hover {
color: #cdb1ff;
}
@media (min-width: 1024px) {
.main {
max-width: 50%;