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 {
--text: #e9e9e9;
--background: hsl(0, 0%, 15%);
--dark-background: hsl(0, 0%, 10%);
--darker-background: hsl(0, 0%, 5%);
--text: #373737;
--background: hsl(0, 0%, 100%);
--dark-background: hsl(0, 0%, 100%);
--darker-background: hsl(0, 0%, 100%);
--article-background: hsl(0, 0%, 100%);
--article-text: hsl(0, 0%, 0%);
}