Skip to content

Commit

Permalink
Merge pull request matcornic#116 from mdavids/patch-5
Browse files Browse the repository at this point in the history
Issue matcornic#111 for _index.en.md
  • Loading branch information
matcornic authored Jan 23, 2018
2 parents d035b54 + ac220a8 commit f805791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exampleSite/content/basics/style-customization/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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);
Expand Down Expand Up @@ -191,4 +191,4 @@ Then, set the `themeVariant` value with the name of your custom theme file. That
[params]
# Change default color scheme with a variant one. Can be "red", "blue", "green".
themeVariant = "mine"
```
```

0 comments on commit f805791

Please sign in to comment.