Add hover style to navbar icons

This commit is contained in:
cuom1999 2022-06-15 13:44:01 +07:00
parent 6beba95332
commit fdb71ba3c4

View file

@ -715,6 +715,10 @@ math {
font-size: 1.3em;
}
#notification:hover {
color: darkgray;
}
#chat-icon {
color: lightseagreen;
float: left;
@ -723,6 +727,10 @@ math {
font-size: 1.3em;
}
#chat-icon:hover {
color: darkgreen;
}
.unread_boxes {
background-color: red;
color: white;