This commit is contained in:
@@ -295,24 +295,24 @@ defmodule CobblemonUi.TypeChart do
|
||||
@doc """
|
||||
Returns a drop-shadow filter class matching the type's color.
|
||||
"""
|
||||
def type_drop_shadow("normal"), do: "drop-shadow-[0_0_6px_#4D4C3880]"
|
||||
def type_drop_shadow("fire"), do: "drop-shadow-[0_0_6px_#7A411880]"
|
||||
def type_drop_shadow("water"), do: "drop-shadow-[0_0_6px_#2D447880]"
|
||||
def type_drop_shadow("grass"), do: "drop-shadow-[0_0_6px_#365A2280]"
|
||||
def type_drop_shadow("electric"), do: "drop-shadow-[0_0_6px_#7A681580]"
|
||||
def type_drop_shadow("ice"), do: "drop-shadow-[0_0_6px_#42686580]"
|
||||
def type_drop_shadow("fighting"), do: "drop-shadow-[0_0_6px_#5C151280]"
|
||||
def type_drop_shadow("poison"), do: "drop-shadow-[0_0_6px_#4E1E4D80]"
|
||||
def type_drop_shadow("ground"), do: "drop-shadow-[0_0_6px_#6E5C3080]"
|
||||
def type_drop_shadow("flying"), do: "drop-shadow-[0_0_6px_#50437880]"
|
||||
def type_drop_shadow("psychic"), do: "drop-shadow-[0_0_6px_#7A284280]"
|
||||
def type_drop_shadow("bug"), do: "drop-shadow-[0_0_6px_#4E580C80]"
|
||||
def type_drop_shadow("rock"), do: "drop-shadow-[0_0_6px_#564D1A80]"
|
||||
def type_drop_shadow("ghost"), do: "drop-shadow-[0_0_6px_#36284880]"
|
||||
def type_drop_shadow("dragon"), do: "drop-shadow-[0_0_6px_#341A7880]"
|
||||
def type_drop_shadow("dark"), do: "drop-shadow-[0_0_6px_#34282080]"
|
||||
def type_drop_shadow("steel"), do: "drop-shadow-[0_0_6px_#56566580]"
|
||||
def type_drop_shadow("fairy"), do: "drop-shadow-[0_0_6px_#683E5280]"
|
||||
def type_drop_shadow("normal"), do: "drop-shadow-[0_0_6px_#4D4C38B3]"
|
||||
def type_drop_shadow("fire"), do: "drop-shadow-[0_0_6px_#7A4118B3]"
|
||||
def type_drop_shadow("water"), do: "drop-shadow-[0_0_6px_#2D4478B3]"
|
||||
def type_drop_shadow("grass"), do: "drop-shadow-[0_0_6px_#365A22B3]"
|
||||
def type_drop_shadow("electric"), do: "drop-shadow-[0_0_6px_#7A6815B3]"
|
||||
def type_drop_shadow("ice"), do: "drop-shadow-[0_0_6px_#426865B3]"
|
||||
def type_drop_shadow("fighting"), do: "drop-shadow-[0_0_6px_#5C1512B3]"
|
||||
def type_drop_shadow("poison"), do: "drop-shadow-[0_0_6px_#4E1E4DB3]"
|
||||
def type_drop_shadow("ground"), do: "drop-shadow-[0_0_6px_#6E5C30B3]"
|
||||
def type_drop_shadow("flying"), do: "drop-shadow-[0_0_6px_#504378B3]"
|
||||
def type_drop_shadow("psychic"), do: "drop-shadow-[0_0_6px_#7A2842B3]"
|
||||
def type_drop_shadow("bug"), do: "drop-shadow-[0_0_6px_#4E580CB3]"
|
||||
def type_drop_shadow("rock"), do: "drop-shadow-[0_0_6px_#564D1AB3]"
|
||||
def type_drop_shadow("ghost"), do: "drop-shadow-[0_0_6px_#362848B3]"
|
||||
def type_drop_shadow("dragon"), do: "drop-shadow-[0_0_6px_#341A78B3]"
|
||||
def type_drop_shadow("dark"), do: "drop-shadow-[0_0_6px_#342820B3]"
|
||||
def type_drop_shadow("steel"), do: "drop-shadow-[0_0_6px_#565665B3]"
|
||||
def type_drop_shadow("fairy"), do: "drop-shadow-[0_0_6px_#683E52B3]"
|
||||
def type_drop_shadow(_), do: ""
|
||||
|
||||
@doc """
|
||||
|
||||
Reference in New Issue
Block a user