20 lines
280 B
CSS
Executable File
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;
|
|
}
|
|
|