Skip to content

Commit 8bf9037

Browse files
authored
Merge pull request #3440 from owenconti/bug/3434-links-in-response-style
Fixes #3434 - Change link style color
2 parents 2145ab1 + 3f7145b commit 8bf9037

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)