From 03456b6ed3aa8778ffd3bee8319eff113498d73e Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 19 Aug 2024 18:41:51 -0600 Subject: [PATCH] style --- Management.Web/wwwroot/css/site.css | 6 ++++++ 1 file changed, 6 insertions(+) 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