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

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMathieu Cornic <mathieu.cornic@gmail.com>2018-01-23 20:07:25 +0300
committerGitHub <noreply@github.com>2018-01-23 20:07:25 +0300
commitd9b99afc39cd82e7d01c43a82d106d8b1d455678 (patch)
tree707493ce6769a748abe1078b7dfe6ebf36d24647 /static
parent18dccb5b59798d38743edbd8791889b91d2431c0 (diff)
parent890e2cf0eae9e8bff0780af29d4a9e65986bba98 (diff)
Merge pull request #114 from mdavids/patch-3
Issue #111 for theme-green.css
Diffstat (limited to 'static')
-rw-r--r--static/css/theme-green.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/theme-green.css b/static/css/theme-green.css
index 56bb3bf..2bbc868 100644
--- a/static/css/theme-green.css
+++ b/static/css/theme-green.css
@@ -64,7 +64,7 @@ a:hover {
-moz-transition: width 0.5s ease;
-ms-transition: width 0.5s ease;
transition: width 0.5s ease;
- background-color: var(--MAIN-HOVER-color);
+ background-color: var(--MAIN-LINK-HOVER-color);
}
#sidebar {
background-color: var(--MENU-SECTIONS-BG-color);