remove some bullshit and change to vars

This commit is contained in:
zyqunix 2025-06-12 10:44:30 +02:00
parent 6316f390d7
commit 3631d57309
14 changed files with 90 additions and 510 deletions

10
404.css
View file

@ -1,15 +1,5 @@
@import url(global.css);
.main {
text-align: center;
background-color: #4b4b4b;
border-radius: 8px;
padding: 30px 100px;
box-shadow: 0 4px 10px rgba(16, 16, 16, 0.5);
width: 30vw;
max-width: 30vw;
}
h1 {
font-size: 1.5rem;
}