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 478c7bfb authored by Julie Thézénas's avatar Julie Thézénas
Browse files

feat: add hover on pages larger words

parent b17aab3d
No related branches found
No related tags found
No related merge requests found
...@@ -228,6 +228,16 @@ html[data-theme='dark'] .footer__copyright { ...@@ -228,6 +228,16 @@ html[data-theme='dark'] .footer__copyright {
background-color: var(--ifm-color-frame); background-color: var(--ifm-color-frame);
} }
a {
text-decoration: none !important;
}
a:hover {
font-weight: bolder;
font-size: large;
transition: 0.3s;
}
/******* Dark theme ********/ /******* Dark theme ********/
/* html[data-theme='dark'] a { /* html[data-theme='dark'] a {
color: var(--ifm-color-frame); color: var(--ifm-color-frame);
......
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