From 08906e5f2779974bc98b03d594a371191ba89cc4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 16 Nov 2017 20:07:38 +0100 Subject: UI: improve sheets --- scss/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index 668108b0f..3f3b14efc 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -1,5 +1,9 @@ // Custom.scss +$link-color: #6f3b93; +$link-hover-color: darken($link-color, 10%); +$link-hover-decoration: none; + @import "bootstrap-src/scss/bootstrap"; $action-color: #ffe484; -- cgit v1.2.3