hookehuyr

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

@tailwind base;
@tailwind components;
@tailwind utilities;
.bg-blue-500 {
background-color: #4A90E2 !important;
}
......