Fix typo + var defined in generated file

This commit is contained in:
Gabe Kangas
2022-05-17 17:56:39 -07:00
parent 97b2e64f58
commit f6525412c8
4 changed files with 7 additions and 11 deletions

View File

@@ -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;
}