Updated styles to work
This commit is contained in:
parent
706e8b8c4e
commit
794427f3b3
|
@ -133,6 +133,10 @@ button {
|
|||
margin-left: auto;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: rgb(40, 150, 179);
|
||||
}
|
||||
|
||||
button:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Reference in New Issue