mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fix modal close icon colours
This commit is contained in:
parent
fb0946b791
commit
fa8b0542ce
@ -105,6 +105,11 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
border: none;
|
border: none;
|
||||||
|
color: #828282;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-content .close:hover {
|
||||||
|
color: var(--darkgrey);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
Loading…
Reference in New Issue
Block a user