añadido hover a branchButton

This commit is contained in:
Guillermo Bonet 2022-07-27 12:46:12 +02:00
parent 4d5e1870b8
commit 1182cc3a8b
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@ button:hover {
color: white;
box-shadow: 0px 0px 5px 0px #000000;
}
#branchButton:hover {
box-shadow: none;
}
#branchButton.master {
background-color: #c20000;
}