hubfeenix.fi/app/assets/stylesheets/merged_tailwind_styles.css

22 lines
380 B
CSS
Raw Normal View History

2023-01-27 18:30:11 +01:00
.prose {
max-width: 100%;
color: inherit;
--tw-prose-bullets: #6b7280;
--tw-prose-headings: inherit;
}
@layer components {
.button {
@apply inline-block rounded-lg px-3 py-2 text-base font-medium border border-gray-500 hover:border-black;
}
.change {
@apply bg-cyan-200;
}
.remove {
@apply bg-red-200;
}
.action {
@apply bg-green-200;
}
}