From 30d459358900865d906e3659cbce60ff67e0e669 Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 2 Feb 2018 11:44:06 +0200 Subject: [PATCH] comment styles 2 --- frontend/web/css/main.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 833211f..1623303 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -532,7 +532,14 @@ section.bar.background-gray.steps-pre:before { color: #d40000; margin-left: 4px; } -.user-ico{padding: 10px;text-align: center;font-size: 30px;} +.user-ico{ + padding: 10px; + text-align: center; + background: #0080ca; + color: #fff; + font-size: 44px; + text-transform: uppercase; +} #blog-post{padding-bottom: 50px;} #artbox-comment .submit_btn button{ color: #0080ca; -- libgit2 0.21.4