website/src/pages/Build-IA/styles.module.css [183:201]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.pageBg {
  background: linear-gradient(
    to bottom right,
    #e3f3ff,
    #f9f7ff,
    #f9fcfe
  );
}

[data-theme='dark'] .pageBg {
  background: linear-gradient(
    to bottom right,
    #152338,
    #1D2F4D,
    #253C61
  );
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



website/src/pages/index.module.css [70:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.pageBg {
  background: linear-gradient(
    to bottom right,
    #e3f3ff,
    #f9f7ff,
    #f9fcfe
  );
}

[data-theme='dark'] .pageBg {
  background: linear-gradient(
    to bottom right,
    #152338,
    #1D2F4D,
    #253C61
  );
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



