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;
|
||||
--border-color: #f6da92;
|
||||
--header-color: #fc94bcbb;
|
||||
--text-color: #2A004E;
|
||||
}
|
||||
|
||||
*, *::before, *::after {
|
||||
|
@ -20,6 +21,7 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
Loading…
Reference in New Issue