Replies: 1 comment 1 reply
-
The solution provided here works on my end. It uses a blue color, so try changing the color in the For example: .btn:hover {
background-color: #ff0000 !important; // Red color
}
.btn.btn-outline-primary {
&:not(.disabled):hover {
border-color: #ff0000 !important; // Red color
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
How did you create the site?
Built from
jekyll-theme-chirpy
Description
The current trending tag and the color of the next, prev post are blue, but I couldn't find the scss file.
blue color's code is #0D6EFD.
But I only found it in the --btn-share-over-color of the _light.scss file.
Operations you have already tried
#1505 (comment)
i tried already this. but not working.
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions