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

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;
}