feat: move css to own directory
This commit is contained in:
parent
598102a7ec
commit
449d650b75
21 changed files with 5 additions and 4 deletions
|
@ -1,23 +0,0 @@
|
|||
.categories {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.categories li {
|
||||
--text-color: var(--color-fadeText);
|
||||
}
|
||||
|
||||
.categories > li > a {
|
||||
color: var(--text-color);
|
||||
text-decoration-color: var(--text-color);
|
||||
}
|
||||
|
||||
.categories li:has(a:hover) {
|
||||
--text-color: var(--color-primary);
|
||||
}
|
||||
|
||||
.categories > li > a::before {
|
||||
content: "#";
|
||||
color: var(--text-color);
|
||||
user-select: none;
|
||||
transition: color var(--transition-duration);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue