feat: bring back previous home page

This commit is contained in:
Sonny
2024-05-19 17:23:05 +02:00
committed by Sonny
parent b7d80d844d
commit e6803c174c
13 changed files with 223 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ export const primaryDarkColor = '#005aa5';
const lightestBlue = '#d3e8fa';
const lightBlue = '#82c5fede';
const darkBlue = primaryDarkColor;
const darkestBlue = '#1f2937';
const lightRed = '#FF5A5A';
@@ -44,6 +45,7 @@ export const lightTheme: Theme = {
lightBlue,
blue: primaryColor,
darkBlue,
darkestBlue,
lightRed,
@@ -74,6 +76,7 @@ export const darkTheme: Theme = {
lightBlue,
blue: '#4fadfc',
darkBlue,
darkestBlue,
lightRed,