From a6daf277a0c59f169600ea8012a3485e612129fb Mon Sep 17 00:00:00 2001 From: "Glitch (glitch-hello-website)" Date: Thu, 12 Dec 2024 23:14:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=A9=F0=9F=92=83=20Checkpoint=20./style?= =?UTF-8?q?s/main.css:69682263/458=20./status/index.html:69682263/118=20./?= =?UTF-8?q?signup/index.html:69682263/8439?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- signup/index.html | 3 ++- styles/main.css | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/signup/index.html b/signup/index.html index d91630e..b57b810 100644 --- a/signup/index.html +++ b/signup/index.html @@ -69,7 +69,8 @@ collection, organization, and delivery -- TENTATIVELY FILLED
  • - Logo designer: responsible for logo and favicon design + Logo designer: responsible for logo and favicon design -- + I've done something here but more polish wouldn't hurt
  • diff --git a/styles/main.css b/styles/main.css index 4162a70..0465aff 100644 --- a/styles/main.css +++ b/styles/main.css @@ -10,7 +10,7 @@ --color-text-dark: #4fcdfe; --color-header-dark: #ff87f3; - --color-bg-wip: #ffbc0a; + --color-bg-wip: #fbcc0a; --color-text-wip: #640054; --color-text-main: #640054; @@ -78,7 +78,7 @@ font-family: var(--font-family); padding: 0.05rem 1rem; width: 100%; - border: solid light-dark(var(--color-header-light), var(--color-header-dark)); + border: solid var(--color-text-wip); border-radius: 3px; margin-top: 1rem; text-align: center; @@ -88,13 +88,13 @@ body { font-family: var(--font-family); background-color: light-dark(var(--color-bg-light), var(--color-bg-dark)); - color: var(--color-text-main); + color: light-dark(var(--color-text-light), var(--color-text-dark)); } /* Links */ a:link, a:visited { - background-color: var(--color-text-main); + background-color: light-dark(var(--color-text-light), var(--color-text-dark)); color: light-dark(var(--color-bg-light), var(--color-bg-dark)); font-weight: bold; padding: 0 .2rem; @@ -160,7 +160,7 @@ dd { /* Focus */ *:focus, a:focus { - outline: 3px solid var(--color-text-header); + outline: 3px solid light-dark(var(--color-header-light), var(--color-header-dark)); outline-offset: 2px; - background-color: var(--color-text-header); + background-color: light-dark(var(--color-header-light), var(--color-header-dark)); } \ No newline at end of file