Fix typo + var defined in generated file
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.root {
|
||||
background-color: var(--theme-background-secondary);
|
||||
display: none;
|
||||
--header-h: 64px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
@@ -25,7 +26,7 @@ Only way to target it apparently
|
||||
|
||||
.chatHeader {
|
||||
text-align: center;
|
||||
color: var(--text-color-secondry);
|
||||
color: var(--text-color-secondary);
|
||||
border-bottom: 1px solid var(--color-owncast-gray-700);
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user