fix(docs-infra): make content links more prominent on hover (#40427)
Co-authored-by: Stefanie Fluin <sjtrimble@gmail.com> PR Close #40427
This commit is contained in:
parent
a086976d68
commit
de1fd4b10d
|
@ -199,8 +199,9 @@ code {
|
||||||
|
|
||||||
.sidenav-content a {
|
.sidenav-content a {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $mediumgray;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -215,7 +216,6 @@ code {
|
||||||
.folder-guide,
|
.folder-guide,
|
||||||
.folder-start,
|
.folder-start,
|
||||||
.folder-tutorial {
|
.folder-tutorial {
|
||||||
|
|
||||||
aio-doc-viewer{
|
aio-doc-viewer{
|
||||||
a {
|
a {
|
||||||
&[href^="http:"]::after,
|
&[href^="http:"]::after,
|
||||||
|
|
Loading…
Reference in New Issue