mirror of https://github.com/rails/rails
Merge pull request #42799 from lloydk/header-footer-contrast
Fix text contrast for guide header and footer [ci-skip]
This commit is contained in:
commit
52e3dc23b9
|
@ -185,11 +185,16 @@ body {
|
|||
}
|
||||
.more-info:after {
|
||||
content: " |";
|
||||
color: #8a8a8a;
|
||||
}
|
||||
|
||||
.more-info:last-child:after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
#topNav a, #footer a {
|
||||
color: #F1938C;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
|
|
Loading…
Reference in New Issue