diff --git a/web/themes/theme-default.css b/web/themes/theme-default.css index 57c30fbee..8622009e1 100644 --- a/web/themes/theme-default.css +++ b/web/themes/theme-default.css @@ -60,8 +60,8 @@ --border: hsl(214.3 31.8% 91.4%); --border: 214.3 31.8% 91.4%; - --input: hsl(214.3 31.8% 91.4%); - --input: 0 0 85%; + --input: hsl(0 0% 85%); + --input: 0 0% 85%; --ring: hsl(222.2 84% 4.9%); --ring: 222.2 84% 4.9%; @@ -151,11 +151,11 @@ --border: hsl(0, 0%, 32%); --border: 0 0% 32%; - --input: hsl(217.2 32.6% 17.5%); - --input: 0 0 25%; + --input: hsl(0 0% 5%); + --input: 0 0% 25%; - --ring: hsl(212.7 26.8% 83.9%); - --ring: 212.7 26.8% 83.9%; + --ring: hsl(0 0% 25%); + --ring: 0 0% 25%; --selected: hsl(228, 89%, 63%); --selected: 228 89% 63%;