lib.itmens/common/static/scss/_markdown.scss
Henri Dickson 0ffd47ca96
new style
* new style with picocss
* djlint
* rate distribution
* collection item drag to order
* discover available for guest
* search combine movie tv
2023-05-20 11:01:18 -04:00

31 lines
332 B
SCSS

.spoiler {
background: grey;
filter: blur(2px);
cursor: pointer;
&.revealed {
background: unset;
filter: unset;
color: inherit;
}
}
.markdown-content {
h1 {
font-size: 1.5rem
}
h2 {
font-size: 1.25rem
}
h3 {
font-size: 1.1rem;
}
}
.markdownx-editor {
font-family: monospace;
}