/* Please visit the URL below for more information: */ /* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */ .markdown-preview.markdown-preview { // modify your style here // eg: background-color: blue; &.prince { @page { size: Letter; background-color: lightblue; border: 4px solid purple; padding: 20px; margin: 40px; } // end of @page } // end of &.prince @media print { background-color: greenyellow; border: 2px solid orangered; padding: 10px; } } // end of markdown-preview