diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-28 01:12:07 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-28 01:12:07 +0200 |
commit | 78bd5938a392318601bfca4c2e6783727dd33d37 (patch) | |
tree | ca3e2132a039034f3104d919851e44b57029e6a0 /assets/_variables.scss | |
parent | cce17bcc99be389dce5bfbadfabaacf132c3f8f7 (diff) |
Improve sass styles
Diffstat (limited to 'assets/_variables.scss')
-rw-r--r-- | assets/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/_variables.scss b/assets/_variables.scss index 40630fc..89f1751 100644 --- a/assets/_variables.scss +++ b/assets/_variables.scss @@ -21,8 +21,8 @@ $gray-800: #343a40; $gray-900: #212529; $black: #000; -$color-link: #1177EE; -$color-visited-link: #7823c9; +$color-link: #4092f1; +$color-visited-link: #8440f1; $body-background: white; $body-font-color: $gray-800; |