diff --git a/public/themes/ash.css b/public/themes/ash.css index 75e0745..66923af 100644 --- a/public/themes/ash.css +++ b/public/themes/ash.css @@ -7,7 +7,7 @@ --sidebar-background-color: #3e3a37; --sidebar-highlighted-background-color: #46423b; --topbar-background-color: #3a3733; - --chatbox-background-color: #3a3733 + --chatbox-background-color: #3a3733; --padding-color: #e0e0e0; diff --git a/public/themes/dark.css b/public/themes/dark.css index 6bf7966..b999e93 100644 --- a/public/themes/dark.css +++ b/public/themes/dark.css @@ -7,7 +7,7 @@ --sidebar-background-color: #2e2a27; --sidebar-highlighted-background-color: #36322b; --topbar-background-color: #2a2723; - --chatbox-background-color: #2a2723 + --chatbox-background-color: #2a2723; --padding-color: #484848; diff --git a/public/themes/description.css b/public/themes/description.css index 1e7db0d..4b07f11 100644 --- a/public/themes/description.css +++ b/public/themes/description.css @@ -8,6 +8,7 @@ --sidebar-background-color: #80808000; --sidebar-highlighted-background-color: #ffffff20; --topbar-background-color: #80808000; + --chatbox-background-color: #80808000; --padding-color: #80808000; diff --git a/public/themes/light.css b/public/themes/light.css index 04c2db6..b9b7b86 100644 --- a/public/themes/light.css +++ b/public/themes/light.css @@ -7,7 +7,7 @@ --sidebar-background-color: #dbd8d4; --sidebar-highlighted-background-color: #d4d0ca; --topbar-background-color: #dfdbd6; - --chatbox-background-color: #dfdbd6 + --chatbox-background-color: #dfdbd6; --padding-color: #484848;