Style for code blocks.
This commit is contained in:
parent
46816ac651
commit
8b64035819
@ -340,3 +340,11 @@ button.round, .btn.round {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.blue { --clr: #42A5F5 }
|
.blue { --clr: #42A5F5 }
|
||||||
|
|
||||||
|
pre {
|
||||||
|
background: #eee;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding-left: 1rem;
|
||||||
|
color: black;
|
||||||
|
font-size: 0.95rem;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user