From a9cebad161a0ab69a1e677d11db20bd9a0acb6dd Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 14 Jun 2020 13:59:50 +0200 Subject: Guide emails --- src/css/main.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/css/main.css') diff --git a/src/css/main.css b/src/css/main.css index 1987071..02378ae 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -93,7 +93,7 @@ h4 { font-size: 1.50rem } h5 { font-size: 1.25rem } h6 { font-size: 1.10rem } h1, h2, h3, h4, h5, h6 { margin-bottom: 1rem } -section, p, ul, ol, table { margin-bottom: 1rem } +section, p, ul, ol, table, pre { margin-bottom: 1rem } ul, ol { padding-left: 1.5em } a { color: rgb(12,144,110)} table { border-collapse: collapse } @@ -102,6 +102,17 @@ td, th { border: 1px solid #ddd; padding: 0.3rem 0.5rem; } +pre { + background-color: #1e1e1e; + padding: 1rem; + overflow-x: auto; +} +code { + font-family: Monospace; + background-color: #1e1e1e; + color: #fff; + padding: 0.25rem 0.4rem; +} img { border-radius: 0.5rem; box-shadow: 0px 0px 30px rgba(31,38,103,0.2); -- cgit v1.2.3