Improved colors

This commit is contained in:
Maciej Gomoła 2024-03-11 11:11:18 +01:00
parent ef23080666
commit dde5280c98

View File

@ -14,8 +14,8 @@
--ship-invalid: hsl(0, 70%, 55%);
--ship-miss: hsl(0, 0%, 18%);
--ship-ally-sunken: hsl(120, 30%, 40%);
--ship-enemy-sunken: hsl(0, 30%, 40%);
--ship-ally-sunken: hsl(120, 30%, 30%);
--ship-enemy-sunken: hsl(0, 30%, 30%);
--dynamic: rgb(83, 83, 245);
--danger: rgb(243, 56, 56);