From af2b7edcfbb9d91ad6d34cc5947ce956771f7ec5 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Fri, 31 May 2019 12:05:17 -0600 Subject: [PATCH] Fix Royal link color --- src/scss/themes/_royal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/themes/_royal.scss b/src/scss/themes/_royal.scss index c386921..a2c09f0 100644 --- a/src/scss/themes/_royal.scss +++ b/src/scss/themes/_royal.scss @@ -8,7 +8,7 @@ $header-color: #aa33ee; $background-color: #bb44ff; $footer-color: #8822cc; - $link-color: #5533aa; + $link-color: #ffaaff; $button-color: #9968dd; $message-color: #9977dd; $word-form-color: #7732bb;