Skip to content

Commit

Permalink
Merge pull request #2189 from CityOfPhiladelphia/text-area-fix
Browse files Browse the repository at this point in the history
fixed white text in free text area
  • Loading branch information
RitikaDesai98 authored Oct 2, 2024
2 parents a1a39c2 + d4428ff commit e5ea2c6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,8 @@ ul#department_page-search-checklist li{

#adminmenu div.separator{
background-color: rgba(240,246,252,.6);
}
}

.js .tmce-active .wp-editor-area {
color: #000000
}

0 comments on commit e5ea2c6

Please sign in to comment.