Commit 7f3941fa authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

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

parent 25a586b4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment