Skip to content

How to change the Trending Tags hover color? #1505

Closed Answered by kungfux
SimoneFelici 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: #36bcf7 !important;
}

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

Here is the result:

Please don't track my IP :D

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SimoneFelici
Comment options

Answer selected by SimoneFelici
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