new text editor added (tiptap) #24

Merged
freakoverse merged 15 commits from staging into master 2024-08-27 12:59:11 +00:00
Showing only changes of commit a88ef61eb7 - Show all commits

View File

@ -20,14 +20,13 @@
h5, h5,
h6 { h6 {
line-height: 1.1; line-height: 1.1;
margin-top: 2.5rem; margin: 10px 0px;
text-wrap: pretty; text-wrap: pretty;
} }
h1, h1,
h2 { h2 {
margin-top: 3.5rem;
margin-bottom: 1.5rem;
} }
h1 { h1 {
@ -58,11 +57,13 @@
pre { pre {
background: var(--black); // todo: fix the color background: var(--black); // todo: fix the color
border-radius: 0.5rem;
color: var(--white); color: var(--white);
font-family: 'JetBrainsMono', monospace; font-family: 'JetBrainsMono', monospace;
margin: 1.5rem 0; margin: 1.5rem 0;
padding: 0.75rem 1rem; padding: 0.75rem 1rem;
background: #00000030;
border-radius: 5px;
border: solid 2px rebeccapurple;
code { code {
background: none; background: none;