commit ecd25ef82aa6b59549def42456a0a7aa4ced492b parent 6841c639acc64e075894bced8271d344362428ab Author: Santtu Lakkala <inz@inz.fi> Date: Sat, 19 Feb 2022 18:02:36 +0200 Add style Diffstat:
A | resources/style.css | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/resources/style.css b/resources/style.css @@ -0,0 +1,18 @@ +body { + max-width: 80em; + font-family: monospace; + margin-left: auto; + margin-right: auto; +} + +pre code { + display: block; + border-radius: 4px; +} +code { + background: #0c0c0c; + color: #c0c0c0; + border-radius: 3px; + margin: -2px; + padding: 2px; +}