10 lines
135 B
CSS
10 lines
135 B
CSS
@import "tailwindcss";
|
|
@plugin "@tailwindcss/typography";
|
|
button {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mde-preview {
|
|
background-color: #f5f5f5;
|
|
}
|