Refactored some things in the frontend
This commit is contained in:
parent
c72e2bd2e9
commit
49106ea1b6
15 changed files with 1901 additions and 49 deletions
|
@ -5,6 +5,11 @@
|
|||
font-family: "PT Sans", sans-serif;
|
||||
}
|
||||
|
||||
:root {
|
||||
--primary: rgb(41, 63, 87);
|
||||
--secondary: #fff
|
||||
}
|
||||
|
||||
.home,
|
||||
.about,
|
||||
.products,
|
||||
|
@ -28,7 +33,7 @@
|
|||
background-position: center;
|
||||
background-size: fill;
|
||||
background-repeat: no-repeat;
|
||||
color: #fff;
|
||||
color: var(--primary);
|
||||
font-size: 100px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue