mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
20 lines
279 B
CSS
20 lines
279 B
CSS
.button {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.menu {
|
|
background: var(--base50);
|
|
}
|
|
|
|
.heading {
|
|
color: var(--base600);
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
padding: 8px 16px;
|
|
text-transform: uppercase;
|
|
border-bottom: 1px solid var(--base300);
|
|
}
|
|
|
|
.selected {
|
|
font-weight: bold;
|
|
}
|