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

feat: test de contrastes

parent 5aff76af
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
...@@ -67,10 +67,15 @@ p { ...@@ -67,10 +67,15 @@ p {
border-color: var(--ifm-color-dark-green); border-color: var(--ifm-color-dark-green);
} }
.button--beta:hover {
background-color: var(--ifm-color-dark-green);
}
/************ Navbar style ***********/ /************ Navbar style ***********/
.navbar { .navbar {
background-color: var(--ifm-color-light-green); background-color: var(--ifm-color-light-green);
--ifm-navbar-link-hover-color: var(--ifm-color-dark-green); /* --ifm-navbar-link-hover-color: var(--ifm-color-dark-green); */
--ifm-navbar-link-hover-color: var(--ifm-color-frame);
font-family: var(--ifm-font-family-base); font-family: var(--ifm-font-family-base);
font-weight: 700; font-weight: 700;
font-size: 16px; font-size: 16px;
...@@ -86,6 +91,18 @@ p { ...@@ -86,6 +91,18 @@ p {
z-index: 1; z-index: 1;
} }
.hero__title {
color: var(--ifm-color-primary-light);
}
.hero__subtitle {
color: var(--ifm-color-primary-light);
}
.button {
color: var(--ifm-color-primary-light)
}
/************ main elements style***********/ /************ main elements style***********/
.section-promises { .section-promises {
padding: 4rem 0; padding: 4rem 0;
...@@ -135,3 +152,8 @@ a.footer__link-item:hover { ...@@ -135,3 +152,8 @@ a.footer__link-item:hover {
font-family: var(--ifm-font-family); font-family: var(--ifm-font-family);
font-weight: 600; font-weight: 600;
} }
/*************** dark footer *************/
html[data-theme='dark'] .footer__link-item {
color: var(--ifm-color-primary-light);
}
\ 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