Started the redesign of the dashboard

This commit is contained in:
Tiago Ribeiro
2023-05-26 19:46:50 +01:00
parent 2b34bf8f0b
commit 9ed3672cb6
8 changed files with 99 additions and 100 deletions

View File

@@ -4,6 +4,12 @@ module.exports = {
theme: {
extend: {
colors: {
mti: {
orange: "#FF6000",
green: "#51C21A",
blue: "#007FF8",
gray: "#F9F9F9",
},
ielts: {
reading: {DEFAULT: "#FF6384", transparent: "rgba(255, 99, 132, 0.5)"},
listening: {DEFAULT: "#36A2EB", transparent: "rgba(54, 162, 235, 0.5)"},