Fixed colour of embedded text in Ice Wyvern theme

Changed the colour to black to make it more readable.
This commit is contained in:
Jelle Z 2018-09-12 22:06:38 +02:00 committed by GitHub
parent f998d94b19
commit d511955561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,6 +176,14 @@ nav a {
background-color: rgba(0, 0, 0, 0.4);
}
.field-content, .description {
color: black;
}
.footer {
color: rgb(100,100,100);
}
a {
color: #4688f7;
}