From a71a183c7aa735c64d8626f1e0b58ebb3e6c9d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 22 May 2018 17:28:40 -0500 Subject: [PATCH] Updated a color for code snippets --- .vuepress/scss/pages/_page.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vuepress/scss/pages/_page.scss b/.vuepress/scss/pages/_page.scss index fe587fe..fc36acd 100644 --- a/.vuepress/scss/pages/_page.scss +++ b/.vuepress/scss/pages/_page.scss @@ -188,6 +188,10 @@ color: #f083ac; } + .important { + color: #ffa94d; + } + .punctuation { color: $white; }