🐄💵 Checkpoint

./styles/main.css:69682263/450
./zines/index.html:69682263/300
./styles/zines.css:69682263/102
./scripts/zines.js:69682263/3
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-13 01:38:18 +00:00
parent 1c5f8d1928
commit c851a6f599
4 changed files with 20 additions and 9 deletions

View File

@ -5,13 +5,12 @@
--color-bg-light: #f0f0f0;
--color-text-light: #640054;
--color-header-light: #185370;
--color-warn-light: #fbcc0a;
--color-bg-dark: #1f1f1f;
--color-text-dark: #91c73b;
--color-header-dark: #ff87f3;
--color-bg-wip: #fbcc0a;
--color-text-wip: #640054;
--color-header-dark: #ff9b37;
--color-warn-dark: #540033;
--color-text-main: #640054;
--color-text-header: #185370;
@ -73,12 +72,12 @@
/* WIP banner */
.wip {
background-color: var(--color-bg-wip);
color: var(--color-text-wip);
background-color: light-dark(var(--color-warn-light), var(--color-warn-dark));
color: light-dark(var(--color-text-light), var(--color-text-dark));
font-family: var(--font-family);
padding: 0.05rem 1rem;
width: 100%;
border: solid var(--color-text-wip);
border: solid light-dark(var(--color-text-light), var(--color-text-dark));
border-radius: 3px;
margin-top: 1rem;
text-align: center;