mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
V1.3! Fixed text colors of messages in dark mode
This commit is contained in:
@@ -67,6 +67,19 @@
|
||||
body.dark-mode {
|
||||
color: #ffffff; /* Light text color for contrast */
|
||||
}
|
||||
body.dark-mode .button {
|
||||
color: #ffffff; /* Dark button background color */
|
||||
}
|
||||
|
||||
body.dark-mode .button2 {
|
||||
color: #ffffff; /* Dark button background color */
|
||||
}
|
||||
|
||||
body.dark-mode .input {
|
||||
color: #ffffff; /* Dark button background color */
|
||||
}
|
||||
|
||||
|
||||
/* You might want to customize other elements for dark mode, for example: */
|
||||
.dark-mode #Main {
|
||||
background-color: #333; /* Dark background for main content area */
|
||||
|
Reference in New Issue
Block a user