add hover effect for buttons

This commit is contained in:
Liam Waldron 2023-04-11 09:01:17 -04:00
parent 87675ec213
commit f7173e4754

View File

@ -193,6 +193,10 @@ button {
color: #e6e6e6;
}
button:hover {
background-color: #252525;
}
hr.dotted {
border-top: 3px dotted #bbb;
}