mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Merge pull request #5326 from JohnONolan/close-icon-colour
Fix modal close icon colours
This commit is contained in:
commit
1aa998a777
@ -105,6 +105,11 @@
|
||||
padding: 0;
|
||||
width: 16px;
|
||||
border: none;
|
||||
color: #828282;
|
||||
}
|
||||
|
||||
.modal-content .close:hover {
|
||||
color: var(--darkgrey);
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
|
Loading…
Reference in New Issue
Block a user