@trap_stevo/legendarybuilderproreact-ui
Version:
The legendary UI & utility API that makes your application a legendary application. ~ Created by Steven Compton
54 lines (46 loc) • 1.02 kB
CSS
.markdown-preview h1,
.markdown-preview h2,
.markdown-preview h3,
.markdown-preview h4,
.markdown-preview h5,
.markdown-preview h6 {
margin-top: 24px;
margin-bottom: 16px;
font-weight: bold;
}
.markdown-preview p {
margin: 0 0 10px;
}
.markdown-preview ul,
.markdown-preview ol {
padding-left: 20px;
}
.markdown-preview code {
font-family: monospace;
background: transparent;
color: #8C42D6;
font-weight: 469;
padding: 2px 4px;
border-radius: 4px;
width: auto;
}
.markdown-preview pre {
background: rgba(0, 0.69, 0, 0.469);
padding: 12.69px;
box-shadow: 1px 1px 12.69px -5.69px #9857D8;
border: 1px solid #9857D8;
border-radius: 4px;
}
.markdown-preview table {
width: 100%;
border-collapse: collapse;
}
.markdown-preview th,
.markdown-preview td {
padding: 6px 13px;
border: 1px solid #dfe2e5;
}
.markdown-preview th {
font-weight: bold;
background-color: #f5f5f5;
}