Skip to content

Commit 52e3dc2

Browse files
authored
Merge pull request rails#42799 from lloydk/header-footer-contrast
Fix text contrast for guide header and footer [ci-skip]
2 parents 6c5b12e + 674d952 commit 52e3dc2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

guides/assets/stylesheets/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,16 @@ body {
185185
}
186186
.more-info:after {
187187
content: " |";
188+
color: #8a8a8a;
188189
}
189190

190191
.more-info:last-child:after {
191192
content: "";
192193
}
194+
195+
#topNav a, #footer a {
196+
color: #F1938C;
197+
}
193198
}
194199

195200
@media screen and (max-width: 1024px) {

0 commit comments

Comments
 (0)