Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit b17aab3d authored by Julie Thézénas's avatar Julie Thézénas
Browse files

feat: add hover on pages

parent ba20041e
No related branches found
No related tags found
No related merge requests found
...@@ -224,6 +224,10 @@ html[data-theme='dark'] .footer__copyright { ...@@ -224,6 +224,10 @@ html[data-theme='dark'] .footer__copyright {
color: var(--ifm-color-tonic-three); color: var(--ifm-color-tonic-three);
} }
.menu__link--active:not(.menu__link--sublist):hover {
background-color: var(--ifm-color-frame);
}
/******* Dark theme ********/ /******* Dark theme ********/
/* html[data-theme='dark'] a { /* html[data-theme='dark'] a {
color: var(--ifm-color-frame); color: var(--ifm-color-frame);
...@@ -235,4 +239,29 @@ html[data-theme='dark'] .footer__copyright { ...@@ -235,4 +239,29 @@ html[data-theme='dark'] .footer__copyright {
html[data-theme='dark'] .menu__link--active:hover { html[data-theme='dark'] .menu__link--active:hover {
color: var(--ifm-color-frame); color: var(--ifm-color-frame);
} transition: 0.3s;
\ No newline at end of file }
html[data-theme='dark'] .menu__link--active:not(.menu__link--sublist) {
color: var(--ifm-color-tonic-one) !important;
font-weight: bolder;
}
html[data-theme='dark'] .menu__link--active:not(.menu__link--sublist):hover {
background-color: var(--ifm-color-tonic-one);
color: var(--ifm-color-frame) !important;
font-weight: bolder;
transition: 0.3s;
}
html[data-theme='dark'] a:hover {
font-weight: bolder;
color: var(--ifm-color-frame);
text-decoration: none;
transition: 0.3s;
}
/*********** page FAQ ***********/
html[data-theme='dark'] .table-of-contents__link:hover code, .table-of-contents__link--active, .table-of-contents__link--active code {
color: var(--ifm-color-frame);
}
...@@ -6,3 +6,11 @@ description: "page factice" ...@@ -6,3 +6,11 @@ description: "page factice"
# Page factice # Page factice
Page factice penser à créer une vraie page ! Page factice penser à créer une vraie page !
```
.footer__bottom {
font-family: var(--ifm-font-family);
font-weight: 600;
}
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment