mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix incorrect font variable being used
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
.user {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-family: var(--theme-header-font-family);
|
||||
font-family: var(--theme-text-display-font-family);
|
||||
font-weight: bold;
|
||||
}
|
||||
.message {
|
||||
|
||||
Reference in New Issue
Block a user