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 {
|
||||
color: $blue;
|
||||
|
||||
&:hover {
|
||||
color: $mediumgray;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -215,7 +216,6 @@ code {
|
|||
.folder-guide,
|
||||
.folder-start,
|
||||
.folder-tutorial {
|
||||
|
||||
aio-doc-viewer{
|
||||
a {
|
||||
&[href^="http:"]::after,
|
||||
|
|
Loading…
Reference in New Issue