Update src/styles/tiptap.scss
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
This commit is contained in:
parent
e0440e1638
commit
a5018d9a1f
@ -1,6 +1,9 @@
|
||||
/* Basic editor styles */
|
||||
.tiptap {
|
||||
/* List styles */
|
||||
p {
|
||||
margin: 5px 0px;
|
||||
}
|
||||
ul,
|
||||
ol {
|
||||
padding: 0 1rem;
|
||||
@ -79,6 +82,7 @@
|
||||
padding: 25px;
|
||||
background: #232323;
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
margin: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user