mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
7 lines
109 B
CSS
7 lines
109 B
CSS
.tag {
|
|
padding: 2px 4px;
|
|
border: 1px solid var(--gray300);
|
|
border-radius: 4px;
|
|
margin-right: 10px;
|
|
}
|