umami/components/common/Tag.module.css

8 lines
131 B
CSS
Raw Normal View History

2020-10-09 19:39:03 +00:00
.tag {
2023-03-31 12:55:28 +00:00
padding: 4px 6px;
2020-08-25 06:49:14 +00:00
border-radius: 4px;
margin-right: 10px;
2023-03-31 12:55:28 +00:00
color: var(--primary400);
background: var(--blue100);
2020-08-25 06:49:14 +00:00
}