diff --git a/Management.Web/wwwroot/css/site.css b/Management.Web/wwwroot/css/site.css index 672ce04..28f202f 100644 --- a/Management.Web/wwwroot/css/site.css +++ b/Management.Web/wwwroot/css/site.css @@ -93,8 +93,14 @@ body { } /* markdown styling */ + blockquote { padding: 10px 20px; margin: 20px 0; border-left: 5px solid #909090; } + +strong { + color: rgb(145 149 221); + font-size: large; +} \ No newline at end of file