fix small css mistak
This commit is contained in:
parent
83a1bd89af
commit
d8e46a8419
@ -38,12 +38,13 @@ body {
|
|||||||
transition: color 0.5s;
|
transition: color 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit {
|
.edit, .teacher {
|
||||||
color: #C4C4C4;
|
color: #C4C4C4;
|
||||||
transition: color 0.5s;
|
transition: color 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit:hover {
|
|
||||||
|
.edit:hover, .teacher:hover {
|
||||||
color: #25abd9;
|
color: #25abd9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user