mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
10 lines
154 B
CSS
10 lines
154 B
CSS
.bar {
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
color: var(--base600);
|
|
}
|
|
|
|
.link span {
|
|
color: var(--base700) !important;
|
|
}
|