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

View File

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

View File

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