Added LogIn Page
This commit is contained in:
@@ -9,8 +9,17 @@ const config: Config = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
background: "var(--background)",
|
||||
foreground: "var(--foreground)",
|
||||
'lblue': '#17B6C4',
|
||||
'dblue': '#2B939D',
|
||||
'lgreen': '#9DC543',
|
||||
'dgreen': '#819C3C',
|
||||
'lyellow': '#EED72D',
|
||||
'dyellow': '#DCB01F',
|
||||
'lorange': '#F18524',
|
||||
'dorange': '#D46823',
|
||||
'cwhite': '#F5F5F5',
|
||||
'cgray': '#646565',
|
||||
'cblack': '#181818',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user