use theme colours for meta tags
This commit is contained in:
parent
17dfcf002b
commit
5603cfc17e
|
@ -82,28 +82,36 @@
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
p a:link {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.meta-tag {
|
||||
div.content .meta-tag {
|
||||
padding: 0 12px;
|
||||
margin: 3px;
|
||||
border: 1px solid #eaeaea;
|
||||
border: 1px solid darken($bg-color, 7%);
|
||||
border-radius: 1px;
|
||||
background-color: #ededed;
|
||||
background-color: darken($bg-color, 5%);
|
||||
|
||||
color: #333;
|
||||
color: $fg-color;
|
||||
|
||||
i {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
&--link {
|
||||
color: $link-color;
|
||||
font-size: 0.8em;
|
||||
text-decoration: underline;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
color: #999;
|
||||
color: lighten($link-color, 20%);
|
||||
|
||||
.icon {
|
||||
color: $link-color;
|
||||
}
|
||||
}
|
||||
|
||||
i {
|
||||
|
|
Loading…
Reference in New Issue