CSS Debug Test
CSS Variables:
{
"bgPrimary": "#1A2236",
"bgSecondary": "#2d3748",
"bgTertiary": "#3a4554",
"brandPrimary": "#00D9FF"
}Computed BG Color (bg-primary):
rgb(26, 34, 54)
Test Elements:
↑ Should be dark blue-grey (#19212e)
bg-secondary:
↑ Should be dark grey (#1a1a1a)
bg-tertiary:
↑ Should be dark grey (#262626)
bg-brand:
↑ Should be lime yellow (#E4FF1A)