feat: styling login page

This commit is contained in:
Sonny
2024-05-19 14:57:25 +02:00
committed by Sonny
parent 25d70f2faf
commit 2ba0eccc9f
18 changed files with 222 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ import { rgba } from '~/lib/color';
export const primaryColor = '#3f88c5';
export const primaryDarkColor = '#005aa5';
const lightestBlue = '#d3e8fa';
const lightBlue = '#82c5fede';
const darkBlue = primaryDarkColor;
@@ -39,6 +40,7 @@ export const lightTheme: Theme = {
lightGrey: '#dadce0',
grey: '#888888',
lightestBlue,
lightBlue,
blue: primaryColor,
darkBlue,
@@ -68,6 +70,7 @@ export const darkTheme: Theme = {
lightGrey: '#323a47',
grey: '#999999',
lightestBlue,
lightBlue,
blue: '#4fadfc',
darkBlue,