Notes2/static/css/markdown.css
2026-05-15 08:22:43 +02:00

30 lines
445 B
CSS

.el-node-markdown {
h1 {
border-bottom: 1px solid #ccc;
margin-top: 48px;
margin-bottom: 8px;
display: inline-block;
font-size: 1.25em;
border-radius: 8px;
color: #fff;
background-color: var(--color1);
padding: 4px 12px;
&:first-child {
margin-top: 32px;
}
}
h2 {
font-size: 1.25em;
margin-bottom: 0px;
color: var(--color1);
}
h3:before {
font-size: 1.0em;
content: "> ";
color: var(--color1);
}
}