Skip to content

Commit

Permalink
Override button color
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Dec 26, 2023
1 parent 19b774c commit a2c6aef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@
--bs-link-hover-color: #ff3da4;
--bs-link-hover-color-rgb: 255, 61, 164;
}

.btn-primary {
background: var(--bs-primary);
border-color: var(--bs-primary);
}

.btn-primary:hover {
background: var(--bs-link-hover-color);
border-color: var(--bs-link-hover-color);
}

0 comments on commit a2c6aef

Please sign in to comment.