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 {
font-family: OpenSans Roboto sans-serif;
background-color: var(--blue-space);
background-color: var(--clr1);
color: var(--clr6);
}
a {
text-decoration: none;
color: var(--clr6);
}
.flex {

View File

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

View File

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