@@ -4,7 +4,7 @@ export const colors = {
44 '--bg-secondary' : [ '#EBEBEB' , '#382159' ] ,
55 '--neutral-secondary' : [ '#EBEBEB' , '#2E194C' ] ,
66 '--text-primary' : [ '#000000' , '#FFFFFF' ] ,
7- '--text-inverted' : [ '#e9dff5 ' , '#000000' ] ,
7+ '--text-inverted' : [ '#E9DFF5 ' , '#000000' ] ,
88 '--text-secondary' : [ '#5E5E5E' , '#DFCDF3' ] ,
99 '--vignette' : [ '#00000040' , '#00000040' ] ,
1010 '--link-dynamic' : [ '#A77AD7' , '#FFC600' ] ,
@@ -19,6 +19,8 @@ export const colors = {
1919 '--dusk' : [ '#EBEBEB' , '#EBEBEB' ] ,
2020 '--dawn' : [ '#3C3C3C' , '#3C3C3C' ] ,
2121
22+ '--lilac' : [ '#E9DFF5' , '#E9DFF5' ] ,
23+
2224 // 2T5 Schedule Colours
2325 '--sc-general' : [ '#711F8B' , '#711F8B' ] ,
2426 '--sc-long' : [ '#FFC600' , '#FFC600' ] ,
@@ -66,7 +68,7 @@ export const colors = {
6668 '--text-light' : [ '#f3f3f3' , '#f3f3f3' ] ,
6769 '--text-dynamic' : [ '#20002e' , '#f3f3f3' ] ,
6870 '--text-muted' : [ '#696969' , '#696969' ] ,
69- '--page-bg' : [ '#efe9f8 ' , '#382159 ' ] ,
71+ '--page-bg' : [ '#FFFFFF ' , '#291742 ' ] ,
7072 '--purple-transparent' : [ '#7b33a8d6' , '#793DA1B8' ] ,
7173 '--purple-transparent-more' : [ '#7b33a830' , '#79409F58' ] ,
7274 '--transparent' : [ '#00000000' , '#00000000' ] ,
0 commit comments