add footer and style home
This commit is contained in:
parent
1d135a1b7d
commit
61c1067f22
14 changed files with 364 additions and 447 deletions
15
assets/css/src/variables.css
Normal file
15
assets/css/src/variables.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
:root {
|
||||
--color-background: #000;
|
||||
--color-primary: #ffffff;
|
||||
--color-primary--transparent: rgba(255, 255, 255, 0.86);
|
||||
--color-secondary: rgb(120, 171, 150, 0.86);
|
||||
--color-secondary--light: rgb(119, 177, 157, 0.25);
|
||||
--color-secondary--x-light: rgb(119, 177, 157, 0.15);
|
||||
|
||||
--unit--horizontal: 5vw;
|
||||
--unit--vertical: 1.3rem;
|
||||
|
||||
--font-size-m: 1.2rem;
|
||||
|
||||
--font-weight-light: 200;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue