Add subtle hover styling to footer links (#268)

Fixes: https://github.com/resin-io/etcher/issues/253
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-04-08 15:21:12 -04:00
parent 67daf086a2
commit 7e83c378a2
2 changed files with 8 additions and 0 deletions

View File

@ -6344,6 +6344,9 @@ body {
padding: 0; }
.section-footer hero-icon .icon {
margin: 0; }
.section-footer [open-external]:hover {
color: #85898c;
text-decoration: underline; }
.step-border, .step-border-left, .step-border-right {
height: 2px;

View File

@ -93,6 +93,11 @@ body {
hero-icon .icon {
margin: 0;
}
[open-external]:hover {
color: lighten($color-disabled, 5%);
text-decoration: underline;
}
}
.step-border {