diff --git a/webapp/titanembeds/static/themes/IceWyvern/css/style.css b/webapp/titanembeds/static/themes/IceWyvern/css/style.css index e23b4e3..d7bbab0 100644 --- a/webapp/titanembeds/static/themes/IceWyvern/css/style.css +++ b/webapp/titanembeds/static/themes/IceWyvern/css/style.css @@ -176,6 +176,14 @@ nav a { background-color: rgba(0, 0, 0, 0.4); } +.field-content, .description { + color: black; +} + +.footer, code.blockcode { + color: rgb(100,100,100) +} + a { color: #4688f7; }