From 2a02c207d57b1301598c614c6642b1ec10b5f6c8 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Thu, 21 Apr 2016 04:09:20 +0200 Subject: [PATCH] some initial work on badges --- css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/style.css b/css/style.css index 8934c9e13..b0ce8697f 100644 --- a/css/style.css +++ b/css/style.css @@ -164,6 +164,16 @@ iframe, img { background: $link_hover_color; } +/* Badges */ +.badge { + vertical-align: baseline; + background-color: $link_color; + border-radius: 4px; +} +aside .badge { + opacity: 0.7; +} + header #site-location { display: none;