From bd383f9b4a1fc6cca9fdee7aecaea7e847f67700 Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 25 Feb 2021 19:29:18 +0100 Subject: [PATCH] Ajout citation --- static/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index a81b0ef..565f639 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -193,6 +193,13 @@ h1 { margin: 40px auto; } +blockquote p { + background-color: #1B1B42; + padding: 10px; + padding-left: 20px; + border-left: 5px solid aliceblue +} + pre, code { font-family: DejaVu Sans Mono; font-size: 16px;