You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Connected.Components/Styles/components/_markdowncode.scss

37 lines
663 B

.markdown {
margin: 0px;
padding: 15px;
border-radius: var(--default-borderradius);
background-color: var(--palette-dark);
margin-bottom: 1.5rem;
& .markdown-pre {
white-space: normal;
}
& .markdown-code {
color: #fff;
font-size: 1em;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
}
.markdown .markdown-pre .markdown-code {
& mark {
color: #808078;
background-color: none;
}
& mark {
color: #008080;
font-weight: bold;
background-color: none;
}
}
.token.attr-value > .punctuation {
color: #d0d0d0;
}