some initial work on badges
This commit is contained in:
parent
ed3b3d2d4a
commit
2a02c207d5
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue