some initial work on badges

This commit is contained in:
rabuzarus 2016-04-21 04:09:20 +02:00
parent ed3b3d2d4a
commit 2a02c207d5
1 changed files with 10 additions and 0 deletions

View File

@ -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;