mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
New components, convert hooks to components, bug fixes.
This commit is contained in:
parent
a2db27894f
commit
9d8a2406e1
21 changed files with 330 additions and 181 deletions
|
|
@ -9,6 +9,7 @@ body {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
color: #2c2c2c;
|
||||
background: #fafafa;
|
||||
}
|
||||
|
||||
|
|
@ -25,6 +26,12 @@ body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
button,
|
||||
input,
|
||||
select {
|
||||
font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
|
||||
}
|
||||
|
||||
a,
|
||||
a:active,
|
||||
a:visited {
|
||||
|
|
@ -32,7 +39,7 @@ a:visited {
|
|||
}
|
||||
|
||||
header a {
|
||||
color: #000 !important;
|
||||
color: #2c2c2c !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
@ -52,6 +59,7 @@ select {
|
|||
}
|
||||
|
||||
main {
|
||||
flex: 1;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue