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