fix: CSS typo -- gray to grey (#4397)

This commit is contained in:
jonathon-k
2016-09-10 09:55:11 -06:00
committed by Neil Lathwood
parent de707a259f
commit 7c6130d1a7

View File

@@ -302,7 +302,7 @@ A.sectionhead:hover { text-decoration: none; color: #555; }
A.sectionhead:active { text-decoration: none; color: #555; }
A.red:visited, A.red, .red { color: #CC0000; }
A.grey:visited, A.grey, .gray { color: #36393D; }
A.grey:visited, A.grey, .grey { color: #36393D; }
A.black:visited, A.black, .black { color: #000000; }
A.green:visited, A.green, .green { color: #008C00; }
A.blue:visited, A.blue, .blue { color: #0000ff; }