Skip to content

Commit

Permalink
Fixed button bug
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Jan 8, 2024
1 parent 7211d1e commit e9e1a7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $body-color: #1c2833;
$code-color: #496985;
$code-block-bg: WhiteSmoke;
$font-family-sans-serif: 'Nunito', 'Source Sans Pro', 'Helvetica', 'sans-serif' ;
$font-family-monospace: 'Fira Mono','Ubuntu Mono', 'Lucida Console', 'Courier', 'monospace';
$font-family-monospace: 'Fira Mono', 'Ubuntu Mono', 'Liberation Mono', 'Lucida Console', 'Courier', 'monospace';
$font-size-root: 18px;
$code-font-size: 14px;
/* major second scale */
Expand Down Expand Up @@ -81,11 +81,11 @@ $footer-fg: DimGray;
background-color: $secondary;
}

.btn {
.btn.primary {
background-color: $secondary;
}

.btn:hover {
.btn.primary:hover {
background-color: $tertiary;
}

Expand Down

0 comments on commit e9e1a7a

Please sign in to comment.