docs: change capitalization for css hex color values (#23511)

PR Close #23511
This commit is contained in:
Vani 2018-04-23 11:09:51 -07:00 committed by Miško Hevery
parent a577c9e1f4
commit 503a524d27
2 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@ nav a {
border-radius: 4px;
}
nav a:visited, a:link {
color: #607D8B;
color: #607d8b;
}
nav a:hover {
color: #039be5;
background-color: #CFD8DC;
background-color: #cfd8dc;
}
nav a.active {
color: #039be5;

View File

@ -33,11 +33,11 @@ h4 {
color: #eee;
max-height: 120px;
min-width: 120px;
background-color: #607D8B;
background-color: #607d8b;
border-radius: 2px;
}
.module:hover {
background-color: #EEE;
background-color: #eee;
cursor: pointer;
color: #607d8b;
}