generalize button img hover

This commit is contained in:
Arthur Lu 2023-01-11 01:30:28 -08:00
parent 17836e432d
commit 30c6deb86c
2 changed files with 4 additions and 4 deletions

View File

@ -34,8 +34,4 @@ hr {
.btn-group img {
height: 16px;
}
.btn-group img:hover {
cursor: pointer;
}

View File

@ -72,4 +72,8 @@ p {
nav {
margin: 20px 0px 20px 0px;
}
.btn-group img:hover {
cursor: pointer;
}