initial tags styling

This commit is contained in:
Matt DeCamp 2021-12-07 15:52:17 -05:00
parent 0e22ef4ef1
commit b5ded243c4

View file

@ -0,0 +1,14 @@
.tags--container {
display: flex;
flex-wrap: wrap;
gap: var(--s0);
}
.tag {
& a {
padding: var(--s-2) var(--s-1);
color: var(--text-secondary);
text-decoration: none;
background: var(--background-color-secondary);
}
}