mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #5326 from JohnONolan/close-icon-colour
Fix modal close icon colours
This commit is contained in:
commit
1aa998a777
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@
|
|||
padding: 0;
|
||||
width: 16px;
|
||||
border: none;
|
||||
color: #828282;
|
||||
}
|
||||
|
||||
.modal-content .close:hover {
|
||||
color: var(--darkgrey);
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
|
|
Loading…
Reference in a new issue