Article View

- use greyed out color instead of opacity to tone down the text and icon color because opacity makes the text look ugly
This commit is contained in:
Felix Niklas 2017-02-21 08:59:23 +01:00
parent 27515c2a2e
commit b3481f197e

View file

@ -4725,17 +4725,15 @@ footer {
.article-action { .article-action {
padding-top: 5px; padding-top: 5px;
margin-top: 5px; margin-top: 5px;
color: black; color: hsl(198,4%,56%);
font-size: 12px; font-size: 12px;
text-align: center; text-align: center;
opacity: 0.5;
@extend .u-clickable; @extend .u-clickable;
} }
.article-action:hover { .article-action:hover {
color: black; color: black;
text-decoration: none; text-decoration: none;
opacity: 1;
} }
.article-action-icon { .article-action-icon {
@ -4743,6 +4741,7 @@ footer {
vertical-align: top; vertical-align: top;
width: 17px; width: 17px;
height: 17px; height: 17px;
fill: currentColor;
} }
.article-add { .article-add {