fix: issues ux

This commit is contained in:
Alexandro Uc Santos
2024-03-02 18:34:14 -06:00
parent 1ab389605d
commit 6a54ed3dbe
14 changed files with 252 additions and 55 deletions

View File

@@ -85,6 +85,18 @@ body {
font-weight: 700;
}
.btn-primary-nav {
background-color: #FBBA33;
padding: 8px 16px;
color: #323030;
font-size: 1.1rem;
border: none;
text-decoration: none;
text-align: center;
border-radius: 8px;
font-weight: 700;
}
.btn-primary-sm:hover {
background-color: #e3a11e;
transition: background-color 300ms ease;