Merge pull request #19 from RandellDawson/fix/change-link-color
[Fix] Changed links from blue to 006400
This commit is contained in:
committed by
mrugesh mohapatra
parent
38327b235e
commit
2de69cdc92
@ -18,7 +18,7 @@ body {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: blue;
|
color: #006400;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
Reference in New Issue
Block a user