Fix #2 - modal close button not visible
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Adrian Simmons 2021-11-05 22:17:05 +00:00
parent b39a699d58
commit 1c90178e5e
1 changed files with 5 additions and 1 deletions

View File

@ -94,6 +94,10 @@
--text-invert: #000 !important;
--text-light: var(--grey-300) !important;
--text-strong: var(--grey-900) !important;
}
// svg uses currentColor, change the color to keep the modal close X visible
.close {
color: var(--grey-900);
}
}
}