diff options
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; | 
