mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: CSS typo -- gray to grey (#4397)
This commit is contained in:
committed by
Neil Lathwood
parent
de707a259f
commit
7c6130d1a7
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user