website: darken the links on the docs content cause of white bg
This commit is contained in:
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…
Reference in New Issue