forked from fr/deguapp
Changed color vars
This commit is contained in:
parent
ce896a1126
commit
787f3cf77c
@ -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 {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user