mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
WebsiteHeader title: fix mispelled CSS variable
This commit is contained in:
parent
000fc30932
commit
ce6af46219
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue