diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-16 20:07:38 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-16 20:07:38 +0100 |
commit | 1e71763dc8583af4d67d18a410434b945c3229b2 (patch) | |
tree | bf8f68252d44211155dd1bf7257a26ada6ae8a8d /scss | |
parent | e2d6f4cf7647b22ab2d8c8798f9339760e178533 (diff) | |
download | Ishtar-1e71763dc8583af4d67d18a410434b945c3229b2.tar.bz2 Ishtar-1e71763dc8583af4d67d18a410434b945c3229b2.zip |
UI: improve sheets
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; |