fghdfsdfg

This commit is contained in:
2026-01-02 02:41:03 -05:00
parent 9d34724fc0
commit e8349dd50c
7 changed files with 479 additions and 94 deletions

View File

@@ -10,7 +10,7 @@ body {
font-family: "DM Sans", sans-serif;
-webkit-font-smoothing: antialiased;
background: linear-gradient(180deg, rgb(49, 49, 49) 98%, rgb(0, 61, 57) 100%);
background: linear-gradient(180deg, rgb(39, 39, 39) 98.5%, rgb(0, 61, 57) 100%);
color: white;
}
@@ -62,4 +62,17 @@ button:hover,
focus,
active {
background-color: #0fc28c;
}
.inline-multiplier {
padding-left: 10px;
}
.messages {
background-image: url("/imgs/stage_blur.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-width: 80vw;
}