feat: add tags page
This commit is contained in:
parent
6f6f79f11f
commit
210a278ab1
3 changed files with 43 additions and 1 deletions
17
src/assets/css/blocks/pill.css
Normal file
17
src/assets/css/blocks/pill.css
Normal 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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue