Add pages for tags and link to them

This commit is contained in:
Neil Brommer 2023-07-09 22:28:59 -07:00
parent 19696fad1d
commit ed004bfd8a
6 changed files with 45 additions and 21 deletions

View file

@ -18,15 +18,23 @@ dl {
}
dl.tags {
display: flex;
flex-direction: row;
align-items: center;
dt {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 0.25em;
padding: 0.25em 0;
}
dd {
display: inline;
.icon {
font-size: 1.5em;
padding-right: 0.3em;
}
&::after {
content: ":";
}
}
}