Skip to content

how can I change the next button hover color? #1427

Closed Answered by kungfux
wakhoo asked this question in Q&A
Discussion options

You must be logged in to vote

This style comes from the external place, so there is no definition for it in this repository.

You can change it by adding overridden styles in assets\css\jekyll-theme-chirpy.scss as following:

.btn:hover {
  background-color: red !important;
}

.btn.btn-outline-primary {
  &:not(.disabled):hover {
    border-color: red !important;
  }
}

Here is the result:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MrMurdock11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants