mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
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:
parent
67daf086a2
commit
7e83c378a2
@ -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;
|
||||
|
@ -93,6 +93,11 @@ body {
|
||||
hero-icon .icon {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
[open-external]:hover {
|
||||
color: lighten($color-disabled, 5%);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.step-border {
|
||||
|
Loading…
x
Reference in New Issue
Block a user