Update file style.css
This commit is contained in:
parent
2f29b8aa94
commit
565eed43fb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user