feat: add tags page

This commit is contained in:
Devin Haska 2024-02-06 23:00:46 -08:00
parent 6f6f79f11f
commit 210a278ab1
3 changed files with 43 additions and 1 deletions

View file

@ -0,0 +1,17 @@
.pill {
background-color: var(--color-bg-soft);
border-radius: 0.5rem;
}
.pill:hover {
background-color: var(--color-text);
color: var(--color-bg);
}
a.pill {
text-decoration: none;
}
.pill-count {
color: var(--color-text-soft);
}