11 lines
165 B
CSS
11 lines
165 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.bg-success {
|
|
background-color: #28a745;
|
|
}
|
|
|
|
.text-monospace {
|
|
font-family: Consolas, monospace;
|
|
} |