1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Improve hyperlink color

Closes #261

Still more work to do, but an improvement nonetheless.
This commit is contained in:
Harvey Kandola 2019-05-14 11:28:19 +01:00
parent 40a0d77f93
commit f17de58fff
10 changed files with 32 additions and 23 deletions

View file

@ -80,7 +80,7 @@ $input-focus-border-color: map-get($gray-shades, 200);
// links
$link-color: $color-link;
$link-decoration: none;
$link-hover-color: darken($link-color, 15%) !default;
$link-hover-color: $color-link-hover !default;
$link-hover-decoration: none;
//

View file

@ -17,7 +17,7 @@ a {
-moz-osx-font-smoothing: grayscale;
a:focus, a:hover {
text-decoration: none;
text-decoration: underline;
}
}

View file

@ -63,17 +63,12 @@
margin-right: 10px;
width: 90%;
@extend .text-truncate;
color: map-get($green-shades, 800);
&:hover {
color: map-get($green-shades, 900);
}
}
> .menu {
position: absolute;
right: -10px;
top: 0;
}
}
}
}