Skip to content

Commit

Permalink
updated color of banner in global css file
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherbini committed Aug 15, 2024
1 parent e20ce3a commit 19755f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ select:hover {
top: 0; /* Position at the top of the viewport */
left: 0; /* Start from the left edge of the viewport */
width: 100%; /* Full width */
background-color: #a9cfef; /* Light blue background color */
background-color: #ddedfa; /* Light blue background color */
padding: 20px; /* Some padding */
text-align: center; /* Centered text */
/* Optional: Keep a high z-index if necessary */
Expand Down

0 comments on commit 19755f8

Please sign in to comment.