0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fix modal close icon colours

This commit is contained in:
John O'Nolan 2015-05-24 21:03:55 +01:00
parent ca8e1b9af4
commit a86639d829

View file

@ -105,6 +105,11 @@
padding: 0;
width: 16px;
border: none;
color: #828282;
}
.modal-content .close:hover {
color: var(--darkgrey);
}
.modal-header {