more visible links

This commit is contained in:
Jina Anne 2018-12-28 16:13:58 -08:00
parent 1a3866c053
commit c7f02d1a44
3 changed files with 13 additions and 10 deletions

View File

@ -5,7 +5,7 @@
};
text-align: center;
background: darken($sl-color--hopbush, 10%);
color: rgba($sl-color--white, .75);
color: rgba($sl-color--white, .875);
p,
ul,
@ -21,12 +21,15 @@
dd { max-width: none; }
a {
border-bottom: 1px solid rgba($sl-color--white, .5);
border-bottom-color: rgba($sl-color--white, .5);
font-weight: $sl-font-weight--bold;
color: inherit;
color: $sl-color--white;
&:hover,
&:focus { border-bottom-color: rgba($sl-color--white, .75); }
&:focus {
border-bottom-color: rgba($sl-color--white, .75);
background: rgba(black, .0625);
}
&:active { border-bottom-color: $sl-color--white; }
}

View File

@ -2,7 +2,7 @@ code,
pre {
font-family: $sl-font-family--code;
border-radius: sl-px-to-em(2px);
color: $sl-color--midnight-blue;
color: darken($sl-color--pale-sky, 25%);
a & { color: inherit; }
}

View File

@ -337,14 +337,14 @@ body {
}
a {
color: darken($sl-color--hopbush, 10%);
border-bottom: 1px solid rgba($sl-color--iron, .5);
color: $sl-color--midnight-blue;
&:hover,
&:focus {
color: darken($sl-color--bouquet, 10%);
border-bottom-color: rgba($sl-color--iron, .75);
background: rgba($sl-color--iron, .25);
}
&:active {
color: darken($sl-color--venus, 10%);
}
&:active { border-bottom-color: $sl-color--iron; }
}