Code styling and highlighting
This commit is contained in:
@ -108,6 +108,19 @@ main {
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
}
|
||||
p>code {
|
||||
background-color: #2b303b;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
padding: .3em .5em;
|
||||
border-radius: .3em;
|
||||
}
|
||||
pre {
|
||||
font-size: 14px;
|
||||
padding: 1em;
|
||||
overflow: auto;
|
||||
border-radius: .3em;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
Reference in New Issue
Block a user