mostly good for release

This commit is contained in:
sundae 2025-06-25 13:08:50 +03:00
parent 8fc7eff67b
commit b626e6265e
No known key found for this signature in database
32 changed files with 425 additions and 169 deletions

View file

@ -65,7 +65,8 @@
body {
background-color: var(--primary-100);
color: var(--primary-dark-300);
& a:not(article p *, #badges *, [aria-current]), button {
/* this is cursed */
& :is(a, button) {
color: var(--primary-dark-400);
border-color: var(--primary-600);
background-color: var(--primary-400);
@ -76,7 +77,7 @@
}
}
& > nav {
border-right: 1px solid var(--primary);
border-color: var(--primary);
&::before,
&::after {
background-color: var(--primary);
@ -111,6 +112,9 @@
}
}
/* home.css */
ul:not([role]) li::before {
background-color: var(--primary-dark-300);
}
#collection {
& a:is(:hover, :focus) {
box-shadow: 0 0 0 1px currentColor;