mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 23:19:47 -08:00
fixed hover button color
This commit is contained in:
parent
a8c112a679
commit
846934deff
|
@ -71,7 +71,8 @@ html[data-theme="dark"] .header-github-link:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexCtas a:hover {
|
.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 {
|
.indexCtas a:last-of-type {
|
||||||
|
|
Loading…
Reference in a new issue