fixed hover button color

This commit is contained in:
Foster Irwin 2022-03-02 21:28:28 -07:00
parent a8c112a679
commit 846934deff

View file

@ -71,7 +71,8 @@ html[data-theme="dark"] .header-github-link:before {
}
.indexCtas a:hover {
color: rgb(77, 77, 77)
color: rgb(77, 77, 77);
--ifm-button-border-color: rgb(77, 77, 77);
}
.indexCtas a:last-of-type {