🐄💵 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:
@ -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;
|
||||
|
||||
3
styles/zines.css
Normal file
3
styles/zines.css
Normal file
@ -0,0 +1,3 @@
|
||||
.artist {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user