website: darken the links on the docs content cause of white bg

pull/919/head
Mitchell Hashimoto 13 years ago
parent 25a586b452
commit 7f3941fa96

@ -149,6 +149,18 @@
font-size: 14px;
}
a {
color: darken($green, 15%);
&:hover {
color: darken($green, 30%);
}
&:active {
color: darken($green, 50%);
}
}
ul,
ol {
list-style-type: circle;

Loading…
Cancel
Save