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,6 +1,6 @@
.frame {
position: relative;
background: #24273e;
background: var(--box-bg);
padding: 0.5rem;
height: calc(100% + 60px);
}
@@ -62,7 +62,7 @@
}
}
&:nth-child(even) {
background: #181b2d;
background: var(--stat-box-bg);
}
}