diff options
| -rwxr-xr-x | templates/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 76c5ebc..9a636e6 100755 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -76,6 +76,7 @@ | |||
| 76 | overflow-x: auto; | 76 | overflow-x: auto; |
| 77 | padding: 1em; | 77 | padding: 1em; |
| 78 | background: var(--code-background)!important; | 78 | background: var(--code-background)!important; |
| 79 | border: 1px solid #dcdcdc; | ||
| 79 | } | 80 | } |
| 80 | 81 | ||
| 81 | code { | 82 | code { |
| @@ -88,6 +89,7 @@ | |||
| 88 | pre code { | 89 | pre code { |
| 89 | background: transparent!important; | 90 | background: transparent!important; |
| 90 | padding: initial; | 91 | padding: initial; |
| 92 | border: none; | ||
| 91 | } | 93 | } |
| 92 | 94 | ||
| 93 | figure { | 95 | figure { |
