Merge pull request #19 from RandellDawson/fix/change-link-color

[Fix] Changed links from blue to 006400
This commit is contained in:
Randell Dawson
2018-12-03 01:53:57 -08:00
committed by mrugesh mohapatra
parent 38327b235e
commit 2de69cdc92

View File

@ -18,7 +18,7 @@ body {
a { a {
text-decoration: none; text-decoration: none;
color: blue; color: #006400;
} }
code { code {