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 | 08906e5f2779974bc98b03d594a371191ba89cc4 (patch) | |
tree | bf8f68252d44211155dd1bf7257a26ada6ae8a8d /scss | |
parent | a20c22be446522ab151c37ea8141fcc6db4ff418 (diff) | |
download | Ishtar-08906e5f2779974bc98b03d594a371191ba89cc4.tar.bz2 Ishtar-08906e5f2779974bc98b03d594a371191ba89cc4.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; |