mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Code cleanup.
This commit is contained in:
parent
a8534a9d4d
commit
8484fd26e1
27 changed files with 183 additions and 162 deletions
|
|
@ -1,13 +1,12 @@
|
|||
:root {
|
||||
--font-family: var(--font-inter), sans-serif;
|
||||
--text-primary: oklch(68.5% 0.169 237.323);
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
font-family: var(--font-family), sans-serif;
|
||||
color: var(--text-base);
|
||||
font-size: 14px;
|
||||
color: var(--text-primary);
|
||||
background-color: var(--surface-raised);
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue