This repository has been archived on 2024-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
markdown-css/markdown.css

27 lines
374 B
CSS

html {
font-family: 'Fira Sans'
}
h1 {
font-weight: bold;
border-bottom: 2px solid black;
text-align: center;
color: #bd93f9
}
h2,h3,h4,h5,h6 {
font-weight: bold;
padding-bottom: 2px;
border-bottom: 1px solid darkgray;
color: #6272a4
}
code {
color: #9806bd !important;
font-family: 'Fira Code'
}
a {
font-style: italic
}