1
0
forked from fr/deguapp

Changed color vars

This commit is contained in:
Filip Rojek 2023-12-18 01:14:35 +01:00
parent ce896a1126
commit 787f3cf77c
3 changed files with 10 additions and 8 deletions

View File

@ -6,11 +6,13 @@
body { body {
font-family: OpenSans Roboto sans-serif; font-family: OpenSans Roboto sans-serif;
background-color: var(--blue-space); background-color: var(--clr1);
color: var(--clr6);
} }
a { a {
text-decoration: none; text-decoration: none;
color: var(--clr6);
} }
.flex { .flex {

View File

@ -1,8 +1,8 @@
:root { :root {
--black-midnight: #040506; --clr1: #0f0f0f;
--blue-space: #0a0d10; --clr2: #3f3f3f;
--blue-shadow: #162129; --clr3: #232D3F;
--blue-oceanic: #23455b; --clr4: #23455b;
--gray-steel: #223440; --clr5: #223440;
--red-rustic: #591b12; --clr6: #ffffff;
} }

View File

@ -1,7 +1,7 @@
header { header {
width: 100vw; width: 100vw;
padding: 2rem 1rem; padding: 2rem 1rem;
background-color: var(--blue-shadow); background-color: var(--clr3);
} }
header, header,