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:
parent
ca8e1b9af4
commit
a86639d829
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue