mirror of
https://github.com/zhigang1992/umami.git
synced 2026-05-08 18:02:26 +08: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;
|
|
}
|