vn-access v4 #1

Merged
guillermo merged 16 commits from 4076-accessBranches into master 2022-08-10 10:19:22 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 1182cc3a8b - Show all commits

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;
}