define more readable owncast color variables; apply var style names consistenly through other stylessheets; reaname file for clarity

This commit is contained in:
gingervitis
2021-02-14 00:41:20 -08:00
parent 5b88b068ed
commit 44cef18a00
11 changed files with 230 additions and 140 deletions

View File

@@ -30,7 +30,7 @@
/* TIP CONTAINER BASE */
.field-tip {
font-size: .8em;
color: rgba(255,255,255,.5)
color: var(--white-50);
}
@@ -50,17 +50,17 @@ Ideal for wrapping each Textfield on a page with many text fields in a row. This
width: 90%;
margin: auto;
padding: 1em 2em .75em;
background-color: var(--textfield-border);
background-color: var(--black-35);
border-radius: 1em;
.ant-slider-rail {
background-color: black;
background-color: var(--black);
}
.ant-slider-track {
background-color: var(--nav-text);
}
.ant-slider-mark-text,
.ant-slider-mark-text-active {
color: white;
color: var(--white);
opacity: .5;
}
.ant-slider-mark-text-active {