File size: 520 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
.mde-preview .mde-preview-content {
padding: 0;
font-family: monospace;
h2 {
border-bottom: none;
font-size: 1.2rem;
font-weight: 700 !important;
margin-bottom: 0.2rem !important;
}
h3 {
font-weight: 700 !important;
border-bottom: none;
margin-bottom: 0.2rem !important;
}
pre {
background-color: #08090a !important;
}
code:not(pre code) {
// background-color: #d5d5d5;
background-color: #ffc600;
color: black;
}
img {
border-radius: 5px;
}
}
|