fix(css): format

This commit is contained in:
Gabe Kangas
2025-08-07 18:55:21 -07:00
parent b1ba1bdf0f
commit 481de398fc
@@ -2,7 +2,7 @@
.customPageContent { .customPageContent {
font-size: 1rem; font-size: 1rem;
font-weight: 300; font-weight: 300;
line-height: 1.6em; line-height: 1.6em;
color: var(--theme-color-components-text-on-light); color: var(--theme-color-components-text-on-light);
@@ -20,7 +20,7 @@
margin: 0.5rem 0; margin: 0.5rem 0;
} }
a:hover { a:hover {
color: var(--color-owncast-palette-7) color: var(--color-owncast-palette-7);
} }
} }