Files
portal/resources/sass/pages/memos.scss
2020-07-25 17:22:58 +02:00

29 lines
352 B
SCSS
Vendored

.memo-style {
pre,
code {
@apply bg-gray-700 text-white p-1;
}
pre {
@apply my-2;
}
blockquote {
@apply bg-gray-300 italic p-2 mx-4 my-2;
}
ul {
@apply list-disc ml-8;
}
ol {
@apply list-decimal ml-8;
}
input[type="checkbox"] {
width: 2rem;
}
}