diff --git a/Yavsc/wwwroot/css/main/site.css b/Yavsc/wwwroot/css/main/site.css index 15b22fc5..e00ccdfb 100644 --- a/Yavsc/wwwroot/css/main/site.css +++ b/Yavsc/wwwroot/css/main/site.css @@ -3,6 +3,15 @@ /* Set some basic padding to keep content from hitting the edges */ +.ql-editor { + border: outset 1em rgb(238, 144, 62); + padding: 1em; +} + +.badge { + margin: 1em; +} + .badge img { height: 2em; }