first commit

This commit is contained in:
2026-07-16 20:48:43 -03:00
commit 5696cee264
1111 changed files with 322270 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
.logoText {
width: 180px;
height: 25px;
margin: 40px;
}
#background {
position: fixed;
overflow: hidden;
z-index: 0;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: var(--wine-darkest);
background: linear-gradient(180deg, var(--wine-darkest) 0%, var(--wine-dark) 100%);
color: var(--foreground);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}