Use black instead of grey text

Fixes #7.
This commit is contained in:
Florine W. Dekker 2021-04-13 19:49:55 +02:00
parent e4e5193b70
commit 37fa57b219
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 9 additions and 5 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "0.0.25",
"version": "0.0.26",
"description": "The base template for pages on fwdekker.com.",
"author": "Felix W. Dekker (https://fwdekker.com)",
"license": "MIT",
@ -27,15 +27,15 @@
"milligram": "^1.4.1"
},
"devDependencies": {
"css-loader": "^5.1.3",
"css-loader": "^5.2.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-cli": "^1.4.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-webpack": "^4.0.2",
"style-loader": "^2.0.0",
"webpack": "^5.27.1",
"webpack-cli": "^4.5.0"
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0"
}
}

View File

@ -15,6 +15,10 @@ html, body {
padding: 0;
}
body {
color: black;
}
#contents {
margin-top: 5rem;
margin-bottom: 5rem;