mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
Merge pull request #336 from fvsch/website-header-color
WebsiteHeader title: fix mispelled CSS variable
This commit is contained in:
commit
506fa71693
@ -1,5 +1,5 @@
|
|||||||
.title {
|
.title {
|
||||||
color: var(--gray-900);
|
color: var(--gray900);
|
||||||
font-size: var(--font-size-large);
|
font-size: var(--font-size-large);
|
||||||
line-height: var(--font-size-large);
|
line-height: var(--font-size-large);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user