diff --git a/api_webchat/styles.css b/api_webchat/styles.css index 807c3a4b..ddc6c883 100644 --- a/api_webchat/styles.css +++ b/api_webchat/styles.css @@ -43,7 +43,7 @@ p { /* Dark mode styles */ @media (prefers-color-scheme: dark) { body { - background-color: #000000; - color: #ffffff; + background-color: rgb(33, 33, 33); + color: rgb(236, 236, 236); } } \ No newline at end of file