Swaggy website rebrand

This commit is contained in:
Michał Gdula 2022-07-13 22:31:47 +01:00
parent c5e22d0eb4
commit a7150c089b
8 changed files with 22 additions and 10 deletions

View file

@ -3,16 +3,17 @@
@import "css/footer.css";
:root {
--bg: #151515;
--bg-dark: #0f0f0f;
--bg: #151515df;
--bg-alt: #E8E3E3;
--bg-dark: #242621;
--bg-dark-alt: #1D1E1C;
--h: #8C977D;
--fg:#E8E3E3;
--fg-dark: #151515;
--shadow: 6px 6px 10px #15151588;
--rad: 15px;
--rad: 5px;
--orange: #FF7700;
--orange-alt: #E0863E;
@ -25,8 +26,8 @@
html {
margin: 0; padding: 0;
background-color: #817670;
background-image: url("images/bg-4.jpg");
background-color: var(--bg-dark-alt);
background-image: url("images/bg-6.svg");
height: 100vh;
background-position: center;