oliverdavies.uk/assets/css/components/note.css

12 lines
171 B
CSS
Raw Normal View History

.note {
@apply bg-blue-lighter border-blue border-l-4 mb-4 p-4 rounded;
> *:last-child {
@apply mb-0;
}
p a {
@apply text-black;
}
}