mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
Issue #111 for _index.fr.md
This commit is contained in:
parent
7df3230957
commit
820eab4111
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ a:hover {
|
||||||
-moz-transition: width 0.5s ease;
|
-moz-transition: width 0.5s ease;
|
||||||
-ms-transition: width 0.5s ease;
|
-ms-transition: width 0.5s ease;
|
||||||
transition: width 0.5s ease;
|
transition: width 0.5s ease;
|
||||||
background-color: var(--MAIN-HOVER-color);
|
background-color: var(--MAIN-LINK-HOVER-color);
|
||||||
}
|
}
|
||||||
#sidebar {
|
#sidebar {
|
||||||
background-color: var(--MENU-SECTIONS-BG-color);
|
background-color: var(--MENU-SECTIONS-BG-color);
|
||||||
|
@ -191,4 +191,4 @@ Puis, configurez le paramètre `themeVariant` avec le nom de votre variante. C'e
|
||||||
[params]
|
[params]
|
||||||
# Modifier le schéma de couleur par défaut. Peut être "red", "blue", "green".
|
# Modifier le schéma de couleur par défaut. Peut être "red", "blue", "green".
|
||||||
themeVariant = "lemien"
|
themeVariant = "lemien"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue