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;