diff options
| author | Blaise Thompson <blaise@untzag.com> | 2020-10-30 16:21:09 -0500 |
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2020-10-30 16:21:09 -0500 |
| commit | 454ebe99359cc22fcff74625320024a7b5353045 (patch) | |
| tree | ec08fc04da60de311d4aa3af5bf981bbcea97b19 /web/style.css | |
| parent | 008a3dfe234a0207f7c558559cebae993083099f (diff) | |
examples
Diffstat (limited to 'web/style.css')
| -rw-r--r-- | web/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css index 4e33ceb..d109581 100644 --- a/web/style.css +++ b/web/style.css @@ -16,3 +16,20 @@ body { text-align: left; overflow-y: scroll; } + +pre { + width: 80ch; + padding: 15px; + margin-left: auto; + margin-right: auto; + overflow: auto; + overflow-y: hidden; + font-size: 15.3px; + background: #ffffff; + border: 1px solid #c5c8c6; +} + +code { + background: #ffffff; + color: #c82829 +} |
