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

feat: add hover on pages larger words

parent 45e66da0
No related branches found
No related tags found
No related merge requests found
Pipeline #4536 passed
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
...@@ -227,6 +227,16 @@ html[data-theme='dark'] .footer__copyright { ...@@ -227,6 +227,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