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:16 +0300
committerGitHub <noreply@github.com>2018-01-23 20:07:16 +0300
commit18dccb5b59798d38743edbd8791889b91d2431c0 (patch)
tree20185efa357f4131864c7e2b2e108196f11182ee /static
parentd90e6e4a72e1e681fa46721b630e4f84080fc67a (diff)
parent2b28b11bd082c92bb44e77c54fe9c3c27b8803bf (diff)
Merge pull request #113 from mdavids/patch-2
Issue #111 for theme-red.css
Diffstat (limited to 'static')
-rw-r--r--static/css/theme-red.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/theme-red.css b/static/css/theme-red.css
index 5777deb..8c2401a 100644
--- a/static/css/theme-red.css
+++ b/static/css/theme-red.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);