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:
parent
27515c2a2e
commit
b3481f197e
1 changed files with 2 additions and 3 deletions
|
@ -4725,17 +4725,15 @@ footer {
|
|||
.article-action {
|
||||
padding-top: 5px;
|
||||
margin-top: 5px;
|
||||
color: black;
|
||||
color: hsl(198,4%,56%);
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
opacity: 0.5;
|
||||
@extend .u-clickable;
|
||||
}
|
||||
|
||||
.article-action:hover {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.article-action-icon {
|
||||
|
@ -4743,6 +4741,7 @@ footer {
|
|||
vertical-align: top;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.article-add {
|
||||
|
|
Loading…
Reference in a new issue