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 34d79615 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

fix: footer link colors

parent f0a93ca9
No related branches found
No related tags found
1 merge request!32Resolve "fix: footer color links"
Pipeline #3110 passed
...@@ -108,23 +108,27 @@ p { ...@@ -108,23 +108,27 @@ p {
} }
/************ footer style ***********/ /************ footer style ***********/
a.footer__link-item:hover {
color: var(--ifm-color-frame);
}
#__docusaurus > footer > div > div.text--center > div > a { #__docusaurus > footer > div > div.text--center > div > a {
color: unset; color: unset;
} }
#__docusaurus > footer > div > div.text--center > div > a:hover { #__docusaurus > footer > div > div.text--center > div > a:hover {
color: var(--ifm-color-frame); color: var(--ifm-color-frame);
} }
.footer--dark { .footer {
background-color: var(--ifm-color-tonic-one); background-color: var(--ifm-color-tonic-one);
color: var(--ifm-color-dark); color: var(--ifm-color-primary);
--ifm-footer-link-color: var(--ifm-color-dark); --ifm-footer-link-color: var(--ifm-color-primary);
--ifm-footer-title-color: var(--ifm-color-dark); --ifm-footer-title-color: var(--ifm-color-primary);
font-family: var( --ifm-font-family); font-family: var(--ifm-font-family);
} }
/************ sub-footer style ***********/ /************ sub-footer style ***********/
.footer__bottom { .footer__bottom {
font-family: var(--ifm-font-family); font-family: var(--ifm-font-family);
......
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