Update file style.css

This commit is contained in:
Jan BELLON 2024-03-08 14:04:40 +00:00
parent 2f29b8aa94
commit 565eed43fb

View File

@ -3,6 +3,8 @@
--background: hsl(0, 0%, 15%);
--dark-background: hsl(0, 0%, 10%);
--darker-background: hsl(0, 0%, 5%);
--article-background: hsl(0, 0%, 100%);
--article-text: hsl(0, 0%, 0%);
}
@font-face {
@ -20,7 +22,9 @@ body {
}
main {
background: var(--background);
font-family: Helvetica, Arial, sans-serif;
background: var(--article-background);
color: var(--article-text);
width: 100%;
margin: 0;
min-height: 100em;