Fixed text colour of blockcode

Changed the colour to a darker grey
This commit is contained in:
Jelle Z 2018-09-12 22:15:28 +02:00 committed by GitHub
parent d511955561
commit 47132ff187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,8 +180,8 @@ nav a {
color: black;
}
.footer {
color: rgb(100,100,100);
.footer, code.blockcode {
color: rgb(100,100,100)
}
a {