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:06:55 +0300
committerGitHub <noreply@github.com>2018-01-23 20:06:55 +0300
commitd90e6e4a72e1e681fa46721b630e4f84080fc67a (patch)
tree248710b273c34fbd3605bec007aad4b0b148a7f5 /static
parentdea425fc7563c589d700605f3226e43b522b952b (diff)
parenteb189888051b86be474b0b6c560a702217e89557 (diff)
Merge pull request #112 from mdavids/patch-1
Issue #111 for theme-blue.css
Diffstat (limited to 'static')
-rw-r--r--static/css/theme-blue.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/theme-blue.css b/static/css/theme-blue.css
index 865ae91..dc58214 100644
--- a/static/css/theme-blue.css
+++ b/static/css/theme-blue.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);