From 51f9faaa23cc54352b2804d176963ed857ab317b 2017-06-16 21:24:28 From: DarkMorford Date: 2017-06-16 21:24:28 Subject: [PATCH] Define MegaTokyo's color palette for later styling. --- diff --git a/styles/_palette.scss b/styles/_palette.scss new file mode 100644 index 0000000..c8c9ce4 --- /dev/null +++ b/styles/_palette.scss @@ -0,0 +1,8 @@ +$background-gray: #4C565E; +$foreground-gray: #757B81; +$text-gray: #B7BFC7; +$light-orange: #F6B33D; +$dark-orange: #FF6600; +$infobox-gray: #23272B; +$link-hover: #EB5252; +$link-visited: #ECECA3;