mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(ui): do not use hard-coded colors for text
This commit is contained in:
parent
c2bb36ebcf
commit
14d95a69f3
@ -9,6 +9,7 @@ $vert-spacing: 0.75rem;
|
|||||||
padding-left: var(--content-padding);
|
padding-left: var(--content-padding);
|
||||||
padding-right: var(--content-padding);
|
padding-right: var(--content-padding);
|
||||||
padding-top: calc(var(--content-padding) * 0.5);
|
padding-top: calc(var(--content-padding) * 0.5);
|
||||||
|
color: var(--theme-color-components-text-on-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
@ -47,7 +48,6 @@ $vert-spacing: 0.75rem;
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-family: var(--theme-text-display-font-family);
|
font-family: var(--theme-text-display-font-family);
|
||||||
color: var(--theme-color-palette-0);
|
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
@ -57,7 +57,6 @@ $vert-spacing: 0.75rem;
|
|||||||
.subtitle {
|
.subtitle {
|
||||||
font-size: 1.15rem;
|
font-size: 1.15rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: var(--theme-color-palette-0);
|
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
margin: $vert-spacing 0;
|
margin: $vert-spacing 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user