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

This commit is contained in:
freakoverse 2024-08-27 11:20:23 +00:00
parent 4de54f7688
commit a88ef61eb7

View File

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