mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-27 02:03:44 -05:00
fix: fixed styling for modal headers (className fcc-modal) (#35220)
This commit is contained in:
committed by
mrugesh mohapatra
parent
544401abd5
commit
5d3ea76a3e
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user