Skip to content

Commit 39d69ae

Browse files
Added styling for dark theme in DeleteSchedule.css
1 parent 9879816 commit 39d69ae

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/wwwroot/css/DeleteSchedule.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,13 @@
5252
.confirm-button {
5353
padding: 0.375rem 0.75rem;
5454
}
55+
56+
instruction-text {
57+
color: #333333; /* Default for light mode */
58+
font-weight: 500;
59+
}
60+
61+
/* Override for dark theme */
62+
body.dark-theme .instruction-text {
63+
color: black; /* Soft off-white for dark mode */
64+
}

0 commit comments

Comments
 (0)