Adapt more css for color theme

This commit is contained in:
natsoni
2024-04-18 16:18:38 +02:00
parent 7cd4345264
commit ce1124284e
8 changed files with 13 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
.block-wrapper {
width: 100vw;
height: 100vh;
background: #181b2d;
background: var(--stat-box-bg);
}
.block-container {