From 7c6130d1a7ee080f23b34215d3b1aececbde45fc Mon Sep 17 00:00:00 2001 From: jonathon-k Date: Sat, 10 Sep 2016 09:55:11 -0600 Subject: [PATCH] fix: CSS typo -- gray to grey (#4397) --- html/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/styles.css b/html/css/styles.css index e0b0caef57..e7a5736cdd 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -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; }