app/assets/stylesheets/georgia/modules/_link.scss in georgia-0.7.8 vs app/assets/stylesheets/georgia/modules/_link.scss in georgia-0.8.0
- old
+ new
@@ -16,11 +16,11 @@
@include clearfix;
margin: 10px 0;
> div {
height: 45px;
line-height: 45px;
- background-color: #4b8df8;
+ background-color: #18bc9c;
color: $white;
}
}
.placeholder {
@@ -29,9 +29,14 @@
.actions {
float: right;
margin-right: 0;
line-height: 33px;
+ }
+ .actions a, span.handle {
+ color: $white;
+ transition: all .25s;
+ &:hover {color: #1e2a36;}
}
}
.link-form {
padding: 5px;
\ No newline at end of file