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