add color value for text, apply it to body element
This commit is contained in:
parent
af88e8340b
commit
61a0af5b1c
|
@ -2,6 +2,7 @@
|
||||||
--section-color: #fccce4bb;
|
--section-color: #fccce4bb;
|
||||||
--border-color: #f6da92;
|
--border-color: #f6da92;
|
||||||
--header-color: #fc94bcbb;
|
--header-color: #fc94bcbb;
|
||||||
|
--text-color: #2A004E;
|
||||||
}
|
}
|
||||||
|
|
||||||
*, *::before, *::after {
|
*, *::before, *::after {
|
||||||
|
@ -20,6 +21,7 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
Loading…
Reference in New Issue