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

This commit is contained in:
Mitchell Hashimoto 2013-06-21 00:57:50 -07:00
parent 25a586b452
commit 7f3941fa96
1 changed files with 12 additions and 0 deletions

View File

@ -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;