fix: fixed styling for modal headers (className fcc-modal) (#35220)

This commit is contained in:
Alan Nguy
2019-02-25 02:01:17 -05:00
committed by mrugesh mohapatra
parent 544401abd5
commit 5d3ea76a3e
2 changed files with 20 additions and 0 deletions

View File

@@ -33,3 +33,14 @@ h6 {
a:hover, a:focus {
text-decoration: none;
}
.fcc-modal {
background-color: #006400;
color: #fff;
}
.fcc-modal .close {
color: #fff;
font-size: 28px;
text-shadow: none;
}