feat: add style for date and categories
This commit is contained in:
parent
3eafffdd3a
commit
b702a3878d
6 changed files with 31 additions and 7 deletions
14
src/assets/css/blocks/categories.css
Normal file
14
src/assets/css/blocks/categories.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
.categories {
|
||||
color: var(--color-text-soft);
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
list-style-type: none;
|
||||
margin-block-end: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.categories li::before {
|
||||
content: "#";
|
||||
margin-inline-end: 0.125rem;
|
||||
user-select: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue