feat: some small changes for colors and font (#201)
* fix: font weight added * fix: change color hex * fix: change color again * fix: text-ut-burntorange * fix: importance (tailwind wise)
This commit is contained in:
@@ -18,7 +18,7 @@ export const colors = {
|
||||
red: '#B91C1C', // Not sure if this should be here, but it's used for remove course, and add course is ut-green
|
||||
},
|
||||
theme: {
|
||||
red: '#AF2E2D',
|
||||
red: '#BF0000',
|
||||
black: '#1A2024',
|
||||
},
|
||||
} as const satisfies Record<string, Record<string, string>>;
|
||||
|
||||
Reference in New Issue
Block a user