Skip to content
Snippets Groups Projects
Commit 3890a798 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

fix link color on developer page, white on white is hard to read.

parent e3d09fd0
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,12 @@ footer .copyright {
padding: 0;
}
#steps a {
color: #666;
text-decoration: none;
border-bottom: 1px dotted #666;
}
.step {
margin: 1em 0 2em 0;
padding: 0 0 0 50px;
......@@ -222,7 +228,7 @@ footer .copyright {
font-size: 1.2em;
}
pre code {
pre code {
padding: 10px 15px 10px 15px;
margin: .75em;
-webkit-border-radius: 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment