Update src/styles/tiptap.scss
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s

This commit is contained in:
freakoverse 2024-08-27 12:47:24 +00:00
parent e0440e1638
commit a5018d9a1f

View File

@ -1,6 +1,9 @@
/* Basic editor styles */ /* Basic editor styles */
.tiptap { .tiptap {
/* List styles */ /* List styles */
p {
margin: 5px 0px;
}
ul, ul,
ol { ol {
padding: 0 1rem; padding: 0 1rem;
@ -79,6 +82,7 @@
padding: 25px; padding: 25px;
background: #232323; background: #232323;
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
margin: 10px 0;
} }
} }