1
Fork 0

Thin border around code blocks

This commit is contained in:
Jan-Erik Rediger 2022-01-31 11:59:38 +01:00 committed by Jan-Erik Rediger
parent 1876850940
commit 20718429fe

View file

@ -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;