diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 7c3a58e5..91e95601 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -216,6 +216,9 @@ .modal-content, .modal-header, .modal-footer, .modal-body { background: var(--main-bg-color)!important; } + .close:focus, .close:hover { + color: #fff; + } /* Settings - save button */ .btn-info, .btn-info.disabled { background: rgba(0, 0, 0, 0.25); diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index f55fcd21..c6acbef0 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -215,6 +215,9 @@ } .modal-content, .modal-header, .modal-footer, .modal-body { background: var(--main-bg-color)!important; + } + .close:focus, .close:hover { + color: #fff; } /* Settings - save button */ .btn-info, .btn-info.disabled {