Thin border around code blocks
This commit is contained in:
parent
1876850940
commit
20718429fe
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,9 @@ body {
|
|||
|
||||
pre {
|
||||
padding: 1ch;
|
||||
border: none;
|
||||
border: rgba(0,0,0,.1) solid;
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
|
||||
/* cobalt's highlighting sets inline values, so we need to overwrite them */
|
||||
background-color: #f7f7f7 !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue