Merge pull request #121 from TitanEmbeds/jelle619-IceWyvernFix

Fixed colour of embedded text in Ice Wyvern theme
This commit is contained in:
Jeremy "EndenDragon" Zhang 2018-09-12 13:19:23 -07:00 committed by GitHub
commit 92f28d3abb
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); background-color: rgba(0, 0, 0, 0.4);
} }
.field-content, .description {
color: black;
}
.footer, code.blockcode {
color: rgb(100,100,100)
}
a { a {
color: #4688f7; color: #4688f7;
} }