Skip to content

Commit b9bb4c1

Browse files
committed
Fixes #3434 - Change link style color for .response-col_description__inner links
1 parent 4353e32 commit b9bb4c1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/style/_layout.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,15 @@ body
508508
{
509509
margin: 0;
510510
}
511+
512+
a
513+
{
514+
@include text_code(#89bf04);
515+
text-decoration: underline;
516+
&:hover {
517+
color: #81b10c;
518+
}
519+
}
511520
}
512521
}
513522

0 commit comments

Comments
 (0)