
* new style with picocss * djlint * rate distribution * collection item drag to order * discover available for guest * search combine movie tv
31 lines
332 B
SCSS
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;
|
|
}
|