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
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -228,6 +228,16 @@ html[data-theme='dark'] .footer__copyright {
background-color: var(--ifm-color-frame);
}
a {
text-decoration: none !important;
}
a:hover {
font-weight: bolder;
font-size: large;
transition: 0.3s;
}
/******* Dark theme ********/
/* html[data-theme='dark'] a {
color: var(--ifm-color-frame);
Loading