aboutsummaryrefslogtreecommitdiff
path: root/src/css/main.css
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-06-14 13:59:50 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-06-14 13:59:50 +0200
commita9cebad161a0ab69a1e677d11db20bd9a0acb6dd (patch)
treed28e201b906f6b0b650d87c5e326b9e6d3cc9ac8 /src/css/main.css
parent10aa9fe22356210d6e63ded9c8cb73b61df4803b (diff)
downloadsite-a9cebad161a0ab69a1e677d11db20bd9a0acb6dd.tar.gz
site-a9cebad161a0ab69a1e677d11db20bd9a0acb6dd.zip
Guide emails
Diffstat (limited to 'src/css/main.css')
-rw-r--r--src/css/main.css13
1 files changed, 12 insertions, 1 deletions
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);