convert to CSS variables

This commit is contained in:
Mononaut
2023-01-02 12:21:52 -06:00
parent 26a92cda45
commit f9f8bd25f8
91 changed files with 290 additions and 239 deletions

View File

@@ -55,11 +55,11 @@
}
.arrow-green {
color: #1a9436;
color: var(--success);
}
.arrow-red {
color: #dc3545;
color: var(--red);
}
.container-xl {
@@ -85,7 +85,7 @@
.graph-container {
position: relative;
width: 100%;
background: #181b2d;
background: var(--stat-box-bg);
padding: 10px 0;
padding-bottom: 0;
}