mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Implement rich text note composer
This commit is contained in:
parent
e0e8db8d55
commit
f0516cb58a
22 changed files with 569 additions and 135 deletions
15
styles/content.css
Normal file
15
styles/content.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.content code:not(pre code)::after,
|
||||
.content code:not(pre code)::before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.content ol li input[type="checkbox"],
|
||||
.content ul li input[type="checkbox"] {
|
||||
border-radius: 0.25rem;
|
||||
margin-bottom: 0.2rem;
|
||||
margin-right: 0.5rem;
|
||||
margin-top: 0;
|
||||
vertical-align: middle;
|
||||
--tw-text-opacity: 1;
|
||||
color: var(--theme-primary-400);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue