diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 2ef617593..d4e68e360 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -80,8 +80,8 @@ hr { .coral-plugin-infobox-info { top: 0; border: 0; - background: rgb(35,118,216); - color: white; + background: #DEEDFF; + color: #2a2a2a; width: 100%; text-align: left; padding: 10px; @@ -92,6 +92,24 @@ hr { } +.coral-plugin-infobox-info em{ + font-style: italic; +} + +.coral-plugin-infobox-info strong{ + font-weight: bold; +} + +.coral-plugin-infobox-info blockquote{ + border-left: solid 2px #536d8c; + padding-left: 10px; +} + + +.coral-plugin-infobox-info a{ + color: #012d67; +} + .commentStream .material-icons { vertical-align: middle; width: 1em;