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

github.com/ojroques/hugo-researcher.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/variables.scss')
-rw-r--r--assets/sass/variables.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/assets/sass/variables.scss b/assets/sass/variables.scss
index 678a75b..923eaba 100644
--- a/assets/sass/variables.scss
+++ b/assets/sass/variables.scss
@@ -4,7 +4,6 @@ $margin-y: 16px;
$avatar-size: 90px;
// Colors
-$dark: #000000;
$green: #28a745;
$red: #dc3545;
@@ -18,10 +17,10 @@ $red: #dc3545;
}
}
%link-dark {
- color: $dark;
+ color: inherit;
text-decoration: none;
&:hover {
- color: $dark;
+ color: inherit;
text-decoration: underline;
}
}