diff --git a/css/index.css b/css/index.css index dbe0741..50fe012 100644 --- a/css/index.css +++ b/css/index.css @@ -16,6 +16,8 @@ body { padding: 0; margin: 0; font-family: sans-serif; + color: var(--darkgray); + background-color: var(--white); } p:last-child { margin-bottom: 0; @@ -200,4 +202,4 @@ a[href].direct-link:focus:visited, :hover > a[href].direct-link, :hover > a[href].direct-link:visited { color: #aaa; -} \ No newline at end of file +}