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 "fix: footer color links"

Merged Christophe Chaudier requested to merge 51-fix-footer-color-links into master
2 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
1
@@ -25,7 +25,7 @@
--ifm-font-family-base: "Comfortaa", cursive;
--ifm-font-family: "Montserrat", sans-serif;
--ifm-container-width: 100%;
--ifm-container-max-width: 900px;
--ifm-container-max-width: 950px;
--ifm-navbar-shadow: none;
}
@@ -58,6 +58,10 @@ p {
font-weight: 500;
}
.button {
margin: 10px;
}
.button--beta {
background-color: var(--ifm-color-dark-green);
border-color: var(--ifm-color-dark-green);
Loading