Fix incorrect font variable being used
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
background-color: var(--color-owncast-background);
|
||||
& .nameChangeText {
|
||||
font-weight: bold;
|
||||
font-family: var(--theme-header-font-family);
|
||||
font-family: var(--theme-text-display-font-family);
|
||||
& .plain {
|
||||
font-weight: normal;
|
||||
font-family: var(--font-owncast-family) !important;
|
||||
font-family: var(--theme-text-body-font-family) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user