mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed button hover text color
This commit is contained in:
parent
9a961a87a2
commit
7cf9775ee5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user