Skip to content

Commit 7bcf144

Browse files
committed
feedback form label complete
1 parent 893c90e commit 7bcf144

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Official_Website/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,9 @@ width: 40px;
601601
color:white;
602602

603603
}
604-
604+
.dark-mode label{
605+
color :white;
606+
}
605607
#feedback-section h2 {
606608
text-align: center;
607609
color: #00ccff;
@@ -625,7 +627,6 @@ width: 40px;
625627

626628
.feedback-form label {
627629
font-size: 16px;
628-
color: #333;
629630
margin-bottom: 0.5rem;
630631
}
631632
.feedback-form.dark-mode label {

0 commit comments

Comments
 (0)