initial commit
This commit is contained in:
commit
880cae624a
906 changed files with 196528 additions and 0 deletions
27
assets/css/src/variables.css
Normal file
27
assets/css/src/variables.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
:root {
|
||||
--border: 1px solid #000;
|
||||
|
||||
--font-size-body: 1.25rem;
|
||||
--font-size-h3: 1.5625rem;
|
||||
--font-size-h2: 1.875rem;
|
||||
--font-size-h1: 2.8125rem;
|
||||
|
||||
--margin-body: 3.86rem;
|
||||
|
||||
--color-pink: #ed268f;
|
||||
--color-pink-light: #ffa199;
|
||||
--color-salmon: #ff4f4b;
|
||||
--color-purple: #9e00ff;
|
||||
--color-purple-light: #f066ff;
|
||||
--color-yellow: #faff82;
|
||||
--color-yellow-fluo: #d6ff00;
|
||||
--color-orange: #ff5c00;
|
||||
--color-red: #ff3300;
|
||||
--color-duck: #2e8799;
|
||||
--color-blue: #009eff;
|
||||
--color-blue-light: #abf1ff;
|
||||
--color-grey: #c4c9cc;
|
||||
--color-green: #00b477;
|
||||
--color-brown: #a59478;
|
||||
--color-brown-light: #d6cfbe;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue