mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Panels redesign.
This commit is contained in:
parent
7886c3f393
commit
f5bc3dc6c2
58 changed files with 530 additions and 733 deletions
|
|
@ -4,7 +4,7 @@
|
|||
position: relative;
|
||||
|
||||
--journey-line-color: var(--base600);
|
||||
--journey-active-color: var(--primary400);
|
||||
--journey-active-color: var(--primary-color);
|
||||
--journey-faded-color: var(--base300);
|
||||
}
|
||||
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
|
||||
.node.active {
|
||||
color: var(--light50);
|
||||
background: var(--primary400);
|
||||
background: var(--primary-color);
|
||||
}
|
||||
|
||||
.node.selected .count {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue