mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
7 lines
146 B
CSS
7 lines
146 B
CSS
.tag {
|
|
font-size: var(--font-size-small);
|
|
padding: 2px 4px;
|
|
border: 1px solid var(--gray300);
|
|
border-radius: 4px;
|
|
margin-right: 10px;
|
|
}
|