umami/components/common/Tag.module.css

8 lines
131 B
CSS
Raw Normal View History

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