Update landing page content and style

This commit is contained in:
Nick
2020-06-10 21:58:31 -05:00
parent b83b8c6a69
commit b7eeaeb941
10 changed files with 49 additions and 378 deletions

View File

@@ -8,12 +8,12 @@
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #026fc5;
--ifm-color-primary-dark: #0061ac;
--ifm-color-primary-darker: #024f8a;
--ifm-color-primary-darkest: #003761;
--ifm-color-primary-light: #097acf;
--ifm-color-primary-lighter: #1389e4;
--ifm-color-primary-lightest: #209af8;
--ifm-color-primary-dark: #0264b1;
--ifm-color-primary-darker: #025ea7;
--ifm-color-primary-darkest: #014e8a;
--ifm-color-primary-light: #027ad9;
--ifm-color-primary-lighter: #0280e3;
--ifm-color-primary-lightest: #0690fc;
--ifm-code-font-size: 95%;
}