From 526c950ee032d30e80b46a985afe848b26308e75 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 19 Mar 2018 11:39:11 +0100 Subject: [PATCH] Update style.css --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index b9415fa..cc7a20a 100755 --- a/css/style.css +++ b/css/style.css @@ -784,6 +784,11 @@ nav.wrapper { border: 1px solid #FF8635; background: none; } +.post p.info span { + font-size: 14px; + background-color: #3399D4; + color: white; } + .recent-post { margin-bottom: 0; border: none; }