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