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

feat: add Daniel as Lydra member

Merged Daniel Gonçalves requested to merge feat/add-Daniel-as-Lydra-member into main
All threads resolved!
3 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
3
@@ -18,8 +18,11 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--ifm-color-secondary: #bcada7;
--ifm-color-success: #90b03e;
--ifm-pastel-success: #b4c791;
--ifm-color-info: #00a3b4;
--ifm-pastel-info: #88bfca;
--ifm-color-highlight: #c6168d;
--ifm-pastel-highlight: #d689b2;
--ifm-color-highlight-dark: #a81279;
--ifm-footer-background-color: var(--ifm-color-primary-darker) !important;
--ifm-footer-color: #ffffff;
@@ -101,7 +104,7 @@ section:nth-child(even) {
}
.team .slick-slide:nth-child(3n+1) img {
background-color: var(--ifm-color-success);
background-color: var(--ifm-pastel-success)
}
.team .slick-slide:nth-child(3n+1) h3 {
@@ -109,7 +112,7 @@ section:nth-child(even) {
}
.team .slick-slide:nth-child(3n+2) img {
background-color: var(--ifm-color-info);
background-color: var(--ifm-pastel-info);
}
.team .slick-slide:nth-child(3n+2) h3 {
@@ -117,7 +120,7 @@ section:nth-child(even) {
}
.team .slick-slide:nth-child(3n+3) img {
background-color: var(--ifm-color-highlight);
background-color: var(--ifm-pastel-highlight);
}
.team .slick-slide:nth-child(3n+3) h3 {
Loading