This commit is contained in:
team 1
2026-05-06 16:58:01 +02:00
parent 9731880cd3
commit 81ae3c3902
6 changed files with 2011 additions and 71 deletions

View File

@@ -17,6 +17,7 @@ body {
margin: 0;
padding: 2rem;
font-size: 0.85rem;
}
h1, .h1 {
@@ -266,6 +267,8 @@ button:disabled {
body {
color: #cacad5;
background: #16202F;
background: linear-gradient(180deg,rgba(10, 14, 20, 1) 0%, rgba(22, 32, 47, 1) 24%, rgba(10, 14, 20, 1) 100%);
}
.bg-black {