diff --git a/src/styles/_variables.scss b/src/styles/_variables.scss new file mode 100644 index 0000000000..6b7c04d5a1 --- /dev/null +++ b/src/styles/_variables.scss @@ -0,0 +1,4 @@ +$P5-pink: #FF69B4; // original color +$gray: #333; +// Add new variable for high contrast color, chosen to meet WCAG guidelines +$high-contrast-pink: #FFC0CB; \ No newline at end of file