diff --git a/style/style.css b/style/style.css index b8f30c2..a6a7530 100644 --- a/style/style.css +++ b/style/style.css @@ -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 {