mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 02:25:35 +01:00
Changed session weekly to dots.
This commit is contained in:
parent
ceacc25021
commit
e98bc3bd74
2 changed files with 8 additions and 3 deletions
|
|
@ -21,10 +21,11 @@
|
|||
|
||||
.cell {
|
||||
display: flex;
|
||||
background-color: var(--base100);
|
||||
background-color: var(--base75);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: auto;
|
||||
border-radius: 100%;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
|
|
@ -38,5 +39,5 @@
|
|||
background-color: var(--primary400);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 3px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue