Fixed button hover text color

This commit is contained in:
Peter Zimon 2021-11-17 11:46:57 +01:00
parent 9a961a87a2
commit 7cf9775ee5

View File

@ -51,7 +51,8 @@
}
.gh-btn-accent:hover {
background-color: {{hex-adjust this.ui.adjustedAccentColor l=-15}}
background-color: {{hex-adjust this.ui.adjustedAccentColor l=-15}};
color: #fff;
}
</style>