Update file style.css

This commit is contained in:
Jan BELLON 2024-03-08 14:09:30 +00:00
parent 66d192f6df
commit 68e1548596

View File

@ -1,8 +1,8 @@
:root { :root {
--text: #e9e9e9; --text: #373737;
--background: hsl(0, 0%, 15%); --background: hsl(0, 0%, 100%);
--dark-background: hsl(0, 0%, 10%); --dark-background: hsl(0, 0%, 100%);
--darker-background: hsl(0, 0%, 5%); --darker-background: hsl(0, 0%, 100%);
--article-background: hsl(0, 0%, 100%); --article-background: hsl(0, 0%, 100%);
--article-text: hsl(0, 0%, 0%); --article-text: hsl(0, 0%, 0%);
} }