Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/sass/custom/global.scss')
-rw-r--r--static/sass/custom/global.scss19
1 files changed, 4 insertions, 15 deletions
diff --git a/static/sass/custom/global.scss b/static/sass/custom/global.scss
index 7bafe57..fe846e4 100644
--- a/static/sass/custom/global.scss
+++ b/static/sass/custom/global.scss
@@ -17,21 +17,10 @@ img { -ms-interpolation-mode: bicubic; }
// Links
-a {
- color: $light;
-}
-
-a:hover {
- color: $dark;
-}
-
-a:focus {
- color: $black;
-}
-
-a:active {
- color: $dark;
-}
+a { color: $contrast; }
+a:hover { color: $shadow; }
+a:focus { color: $base; }
+a:active { color: $light; }
// Helpers