fixed index page

This commit is contained in:
sundae 2025-06-25 14:01:36 +03:00
parent b626e6265e
commit c091831537
No known key found for this signature in database
14 changed files with 44 additions and 22 deletions

View file

@ -51,6 +51,11 @@ article {
background-image: var(--noise);
box-shadow: var(--shadow);
border: 0;
& code:not(pre *) {
border-radius: 0;
color: var(--citrus-primary);
background-color: #000;
}
}
/* home.css */
body[id] > main::before {
@ -102,11 +107,6 @@ a:has(img[src*="/assets/img/button"]):is(:hover, :focus) img {
border-color: var(--citrus-primary);
border-radius: 0;
}
& code:not(pre *) {
border-radius: 0;
color: var(--citrus-primary);
background-color: #000;
}
& pre {
border-radius: 0;
color: var(--citrus-primary);
@ -152,6 +152,10 @@ a:has(img[src*="/assets/img/button"]):is(:hover, :focus) img {
padding: 1rem;
background-size: auto, 32px;
}
& article[id] {
background-image: var(--noise), var(--paper);
background-size: auto, 4px;
}
& a:has(figure) {
transition: border-color var(--trans), background-color var(--trans);
box-shadow: var(--shadow);