diff --git a/less/update/components/sidebar-themes.less b/less/update/components/sidebar-themes.less index e36d3f35..324ac1a9 100644 --- a/less/update/components/sidebar-themes.less +++ b/less/update/components/sidebar-themes.less @@ -95,8 +95,8 @@ } #chat-controls { .roll-type-select { - background: #4f4f4f; - color: #FFFFFF; + background: #a9a9a9; + color: #1C1C1C; } label { color: @bodyFontColor; @@ -104,7 +104,8 @@ } #chat-form textarea { - background: #4f4f4f; + background: #a9a9a9; + color: #1C1C1C; } diff --git a/sw5e-dark.css b/sw5e-dark.css index ba947832..b0ae9e69 100644 --- a/sw5e-dark.css +++ b/sw5e-dark.css @@ -234,14 +234,15 @@ body.dark-theme .dice-roll .dice-total.fumble { box-shadow: 0 0 12px rgba(232, 17, 17, 0.5); } body.dark-theme #chat-controls .roll-type-select { - background: #4f4f4f; - color: #FFFFFF; + background: #a9a9a9; + color: #1C1C1C; } body.dark-theme #chat-controls label { color: white; } body.dark-theme #chat-form textarea { - background: #4f4f4f; + background: #a9a9a9; + color: #1C1C1C; } body.dark-theme #combat #combat-round { color: #E81111; diff --git a/sw5e-light.css b/sw5e-light.css index 45e809c9..694a5eba 100644 --- a/sw5e-light.css +++ b/sw5e-light.css @@ -234,14 +234,15 @@ body.light-theme .dice-roll .dice-total.fumble { box-shadow: 0 0 12px rgba(196, 15, 15, 0.5); } body.light-theme #chat-controls .roll-type-select { - background: #4f4f4f; - color: #FFFFFF; + background: #a9a9a9; + color: #1C1C1C; } body.light-theme #chat-controls label { color: #1C1C1C; } body.light-theme #chat-form textarea { - background: #4f4f4f; + background: #a9a9a9; + color: #1C1C1C; } body.light-theme #combat #combat-round { color: #c40f0f;