From 293c06c828b69ab7fd96e4e0307ee51380f8ce01 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Thu, 13 Sep 2018 00:43:22 +0000 Subject: [PATCH] Set richembed text color to black, including author --- webapp/titanembeds/static/themes/IceWyvern/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/titanembeds/static/themes/IceWyvern/css/style.css b/webapp/titanembeds/static/themes/IceWyvern/css/style.css index d7bbab0..cfdda7a 100644 --- a/webapp/titanembeds/static/themes/IceWyvern/css/style.css +++ b/webapp/titanembeds/static/themes/IceWyvern/css/style.css @@ -176,8 +176,8 @@ nav a { background-color: rgba(0, 0, 0, 0.4); } -.field-content, .description { - color: black; +.richembed .author .name, .richembed .field-content, .richembed .description { + color: black; } .footer, code.blockcode {