Update help button to use indigo

This commit is contained in:
Andrew Kingston 2023-10-31 11:25:29 +00:00
parent e8f5980905
commit a857b4aca6
1 changed files with 5 additions and 1 deletions

View File

@ -90,13 +90,17 @@
.openMenu {
cursor: pointer;
background-color: #6a1dc8;
background-color: var(--bb-indigo);
border-radius: 100px;
color: white;
border: none;
font-size: 13px;
font-weight: 600;
padding: 10px 18px;
transition: background-color 130ms ease-out;
}
.openMenu:hover {
background-color: var(--bb-indigo-light);
}
.helpMenu {