Skip to content

Commit

Permalink
fix city dropdown colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace-Amondi committed Nov 14, 2023
1 parent 9d4998f commit fafe625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nmhs_cms/static/css/nmhs_cms.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ body {

/* Style the selected option */
select#city-option {
color: #ffffff; /* Change the text color of the selected option */
color: #ffffff !important; /* Change the text color of the selected option */
}

select#city-option option{
color: black;
color: black !important;
}

0 comments on commit fafe625

Please sign in to comment.