Skip to content

Commit

Permalink
fix: darkmode: .form-control[readonly]
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzhi33 committed Apr 1, 2024
1 parent 5e6d068 commit f3d5a50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ body::before {
}

.form-control,
.form-control:focus {
.form-control:focus,
.form-control[readonly] {
background-color: #333;
color: #eee;
}
Expand Down

0 comments on commit f3d5a50

Please sign in to comment.