Files
quiz-ius/css/style.css
2026-04-06 12:36:25 +00:00

20 lines
280 B
CSS
Executable File

@tailwind base;
@tailwind components;
@tailwind utilities;
.bg-gold-xcmg {
background-color: #00f4bc;
}
.border-gold-xcmg {
border-color: #00f4bc
}
.text-gold-xcmg {
color: #00f4bc;
}
.hover\:bg-gold-xcmg:hover {
background-color: #00f4bc;
}