updated css to placeholder

This commit is contained in:
Beverly Nguyen
2024-04-02 14:11:44 -07:00
parent acdd2806fc
commit 32f36d433a

View File

@@ -595,3 +595,9 @@ details form {
#countdown-container {
display: none; // Hide the countdown timer
}
.placeholder, .placeholder-conditional {
background-color: #face00;
border: 1px solid #face00;
border-radius: 7px;
}