hookehuyr

style: 添加自定义蓝色背景色类

1 @tailwind base; 1 @tailwind base;
2 @tailwind components; 2 @tailwind components;
3 @tailwind utilities; 3 @tailwind utilities;
4 +
5 +.bg-blue-500 {
6 + background-color: #4A90E2 !important;
7 +}
......