feat: reorg layouts and pages
This commit is contained in:
parent
0b9253fb02
commit
c2f112a41b
25 changed files with 91 additions and 119 deletions
|
@ -3,11 +3,11 @@
|
|||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.catalogue source,
|
||||
.catalogue img {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.catalogue-meta {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.catalogue source,
|
||||
.catalogue img {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
|
|
@ -1,23 +1,16 @@
|
|||
.categories {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.categories li {
|
||||
--text-color: var(--color-fadeText);
|
||||
color: var(--color-fadeText);
|
||||
}
|
||||
|
||||
.categories > li > a {
|
||||
color: var(--text-color);
|
||||
text-decoration-color: var(--text-color);
|
||||
.categories li > a {
|
||||
text-decoration-color: var(--color-fadeText);
|
||||
}
|
||||
|
||||
.categories li:has(a:hover) {
|
||||
--text-color: var(--color-primary);
|
||||
.categories li > a:hover {
|
||||
text-decoration-color: inherit;
|
||||
}
|
||||
|
||||
.categories > li > a::before {
|
||||
.categories li::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