Fix checkerboard

This commit is contained in:
Gnarwhal 2025-05-17 16:18:29 +00:00
parent c5816eed45
commit efaa0663bc
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
2 changed files with 4 additions and 0 deletions

View file

@ -418,6 +418,8 @@
color-scheme: dark;
--fonts-proportional: "DM Sans", -apple-system, "Segoe UI", system-ui, Roboto,
"Helvetica Neue", Arial;
--checkerboard-color-1: #1d1f30;
--checkerboard-color-2: #2b2e47;
}
.home a {
color: var(--color-primary);

View file

@ -209,6 +209,8 @@
color-scheme: light;
--fonts-proportional: "DM Sans", -apple-system, "Segoe UI", system-ui, Roboto,
"Helvetica Neue", Arial;
--checkerboard-color-1: #eaecff;
--checkerboard-color-2: #d3d4e5;
}
.home a {
color: var(--color-primary);