1
0
Fork 0

add color value for text, apply it to body element

This commit is contained in:
emma 2025-01-02 17:20:26 -05:00
parent af88e8340b
commit 61a0af5b1c
1 changed files with 2 additions and 0 deletions

View File

@ -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 {