🐩💃 Checkpoint
./styles/main.css:69682263/458 ./status/index.html:69682263/118 ./signup/index.html:69682263/8439
This commit is contained in:
@ -69,7 +69,8 @@
|
|||||||
collection, organization, and delivery -- TENTATIVELY FILLED
|
collection, organization, and delivery -- TENTATIVELY FILLED
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b>Logo designer:</b> responsible for logo and favicon design
|
<b>Logo designer:</b> responsible for logo and favicon design --
|
||||||
|
I've done <i>something</i> here but more polish wouldn't hurt
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
--color-text-dark: #4fcdfe;
|
--color-text-dark: #4fcdfe;
|
||||||
--color-header-dark: #ff87f3;
|
--color-header-dark: #ff87f3;
|
||||||
|
|
||||||
--color-bg-wip: #ffbc0a;
|
--color-bg-wip: #fbcc0a;
|
||||||
--color-text-wip: #640054;
|
--color-text-wip: #640054;
|
||||||
|
|
||||||
--color-text-main: #640054;
|
--color-text-main: #640054;
|
||||||
@ -78,7 +78,7 @@
|
|||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
padding: 0.05rem 1rem;
|
padding: 0.05rem 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: solid light-dark(var(--color-header-light), var(--color-header-dark));
|
border: solid var(--color-text-wip);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -88,13 +88,13 @@
|
|||||||
body {
|
body {
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
background-color: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
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 */
|
/* Links */
|
||||||
a:link,
|
a:link,
|
||||||
a:visited {
|
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));
|
color: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0 .2rem;
|
padding: 0 .2rem;
|
||||||
@ -160,7 +160,7 @@ dd {
|
|||||||
/* Focus */
|
/* Focus */
|
||||||
*:focus,
|
*:focus,
|
||||||
a: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;
|
outline-offset: 2px;
|
||||||
background-color: var(--color-text-header);
|
background-color: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user