optimize everything ("Eleventy Harder"), improve some css
All checks were successful
/ build (push) Successful in 3m22s
All checks were successful
/ build (push) Successful in 3m22s
This commit is contained in:
parent
d2a5e561bf
commit
8b904b03de
36 changed files with 1107 additions and 1367 deletions
|
|
@ -127,6 +127,7 @@ html[page-is="goopy"] {
|
|||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
--accent: #65ff88 !important;
|
||||
--link: var(--accent) !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 59em) {
|
||||
|
|
@ -168,6 +169,7 @@ html[page-is="goopy"] {
|
|||
|
||||
html[data-theme="light"][page-is="goopy"] {
|
||||
--accent: #00d131 !important;
|
||||
--link: #008d21 !important;
|
||||
|
||||
.nav-baselink, .nav-accessibility {
|
||||
background-color: var(--accent) !important;
|
||||
|
|
@ -177,4 +179,5 @@ html[data-theme="light"][page-is="goopy"] {
|
|||
|
||||
html[data-theme="dark"][page-is="goopy"] {
|
||||
--accent: #65ff88 !important;
|
||||
--link: var(--accent) !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue