{numReady}
diff --git a/src/images/backgrounds/footer-bg.svg b/src/images/backgrounds/footer-bg.svg
index 9fedc1a4..2aa2f138 100644
--- a/src/images/backgrounds/footer-bg.svg
+++ b/src/images/backgrounds/footer-bg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/images/logos/app-logo.svg b/src/images/logos/app-logo.svg
index 07a6925f..56a066e6 100644
--- a/src/images/logos/app-logo.svg
+++ b/src/images/logos/app-logo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/images/logos/app-name.svg b/src/images/logos/app-name.svg
index 5624c430..b0177bb1 100644
--- a/src/images/logos/app-name.svg
+++ b/src/images/logos/app-name.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx
index cd5298fa..995a0e1f 100644
--- a/src/pages/_document.tsx
+++ b/src/pages/_document.tsx
@@ -1,5 +1,7 @@
import { Head, Html, Main, NextScript } from 'next/document';
+import { APP_DESCRIPTION, APP_NAME, APP_URL } from '../consts/app';
+
export default function Document() {
return (
@@ -10,33 +12,24 @@ export default function Document() {
-
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
diff --git a/src/styles/Color.ts b/src/styles/Color.ts
index 50bb45e7..fa9a0365 100644
--- a/src/styles/Color.ts
+++ b/src/styles/Color.ts
@@ -4,7 +4,7 @@ export enum Color {
primaryWhite = '#FFFFFF',
primaryGray = '#6B7280',
lightGray = '#D0D4DB',
- primaryBlue = '#025AA1',
+ primaryBlue = '#0082FA',
primaryPink = '#D631B9',
primaryBeige = '#F1EDE9',
primaryRed = '#BF1B15',
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 5e431e77..73cba06d 100755
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -34,6 +34,15 @@ select:focus {
outline: none;
}
+/*
+Backgrounds
+============
+*/
+
+#app-content {
+ background: url("/bg-home.jpg") no-repeat top;
+}
+
/*
Text and shadows
================
diff --git a/tailwind.config.js b/tailwind.config.js
index a1b2cd2e..250b6024 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -22,15 +22,15 @@ module.exports = {
gray: {...defaultTheme.colors.gray, 150: '#EBEDF0', 250: '#404040', 350: '#6B6B6B'},
blue: {
50: '#E6EDF9',
- 100: '#CDDCF4',
- 200: '#A7C2EC',
- 300: '#82A8E4',
- 400: '#5385D2',
- 500: '#2362C0',
- 600: '#1D4685',
- 700: '#162A4A',
- 800: '#11213B',
- 900: '#0D192C',
+ 100: '#CCE6FE',
+ 200: '#99CDFD',
+ 300: '#66B4FC',
+ 400: '#339BFB',
+ 500: '#0082FA',
+ 600: '#006FD6',
+ 700: '#005CB2',
+ 800: '#004A8E',
+ 900: '#00376B',
},
red: {
100: '#EBBAB8',
@@ -67,18 +67,6 @@ module.exports = {
800: '#6B185C',
900: '#400E37',
},
- // Neutron mint/teal
- mint: {
- 50: '#e5faf4',
- 100: '#b3f1e0',
- 200: '#88e9ce',
- 300: '#5ce1bc',
- 400: '#47ddb3',
- 500: '#31D99C',
- 600: '#25cb9d',
- 700: '#21b68c',
- 800: '#1ea07b'
- }
},
fontSize: {
md: '0.95rem',