Skip to content

Commit fd0b696

Browse files
committed
api.jquery.com: Fix link color in signature/version added areas
1 parent e1dcc04 commit fd0b696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/api.jquery.com/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ a {
1313

1414
.version-details a,
1515
.returns a {
16-
color: #CB7C39;
16+
color: #7ACEF4;
1717
}
1818

1919
.versionAdded a {
20-
color: #00D6FF;
20+
color: #7ACEF4;
2121
}

0 commit comments

Comments
 (0)