mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
6 lines
109 B
CSS
6 lines
109 B
CSS
.tag {
|
|
padding: 2px 4px;
|
|
border: 1px solid var(--base300);
|
|
border-radius: 4px;
|
|
margin-right: 10px;
|
|
}
|