fix small css mistak

This commit is contained in:
Yaman 2015-01-12 17:01:53 -05:00
parent 83a1bd89af
commit d8e46a8419

View File

@ -38,12 +38,13 @@ body {
transition: color 0.5s;
}
.edit {
.edit, .teacher {
color: #C4C4C4;
transition: color 0.5s;
}
.edit:hover {
.edit:hover, .teacher:hover {
color: #25abd9;
}