fix: issues ux
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user