mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
more visible links
This commit is contained in:
parent
1a3866c053
commit
c7f02d1a44
@ -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; }
|
||||||
}
|
}
|
||||||
|
@ -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; }
|
||||||
}
|
}
|
||||||
|
@ -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%);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user