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

Resolve "improve colors readability"

Merged Julie Thezenas requested to merge 54-improve-colors-readability into master
Compare and Show latest version
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -215,6 +215,15 @@ html[data-theme='dark'] .footer__copyright {
}
/********* Page Docs ***********/
.menu__link--active {
color: var(--ifm-color-dark-green) !important;
}
.menu__link--active:hover {
color: var(--ifm-color-tonic-three);
}
/******* Dark theme ********/
/* html[data-theme='dark'] a {
color: var(--ifm-color-frame);
} */
Loading