Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed May 28, 2024
1 parent a8f48bf commit e348b5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,42 +461,42 @@ main .section.banner .default-content-wrapper {
width: 100%;
}

.btn.button-primary{
.button-primary{
background: var(--primary-color);
border: 0;
cursor: pointer;
text-align: center;
}

.btn.button-primary span{
.button-primary span{
color: #f5f1f2;
font-size: 16px;
}

.btn.button-primary:hover{
.button-primary:hover{
background-color: var(--primary-color);
border: 0;
box-shadow: none;
}

.btn.button-primary:hover span{
.button-primary:hover span{
color: var(--primary-light);
}

.btn.button-secondary{
.button-secondary{
background: #fff;
color: var(--primary-color);
border: 1px solid var(--primary-color);
font-size: 16px;
}

.btn.button-secondary:hover{
.button-secondary:hover{
background-color: var(--primary-color);
border: 1px solid var(--primary-color);
box-shadow: none;
}

.btn.button-secondary:hover span{
.button-secondary:hover span{
color: var(--primary-light);
}

Expand Down

0 comments on commit e348b5f

Please sign in to comment.