Refactor pygments.moon
This commit is contained in:
9
app.css
9
app.css
@@ -78,10 +78,6 @@ div.sourceCode {
|
||||
margin: inherit;
|
||||
}
|
||||
|
||||
div.sourceCode, div.highlight {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
main * {
|
||||
text-align: left;
|
||||
margin-left: auto;
|
||||
@@ -207,6 +203,11 @@ figure figcaption {
|
||||
pre {
|
||||
padding: 1em;
|
||||
overflow: auto;
|
||||
border-radius: 3px;
|
||||
|
||||
/* Dracula theme */
|
||||
background: #282a36;
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
:not(pre) > code {
|
||||
|
||||
Reference in New Issue
Block a user