fix contact form button color

This commit is contained in:
Anton Livaja 2025-03-16 14:19:30 -07:00
parent 9a6adaf9c3
commit eb37ae7888
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 1 deletions

View File

@ -743,7 +743,7 @@ hr {
width: 100%;
border-radius: 10px;
height: 60px;
background: var(--light-purple);
background: var(--mega-color);
color: white;
border: 1px solid var(--light-purple);
}