Commit aadaf7a47567b0586dfe3d8db3c2e03fb2b3e508

Thomas de Grivel 2022-01-08T19:56:58

white background for source files

diff --git a/assets/css/pygments.scss b/assets/css/pygments.scss
index 192d4db..bd8c63f 100644
--- a/assets/css/pygments.scss
+++ b/assets/css/pygments.scss
@@ -1,5 +1,5 @@
 .highlight .hll { background-color: #ffffcc }
-.highlight  { background: #f8f8f8; }
+.highlight  { background: #ffffff; }
 .highlight .c { color: #008800; font-style: italic } /* Comment */
 .highlight .err { border: 1px solid #FF0000 } /* Error */
 .highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */
diff --git a/priv/static/_assets/app.css b/priv/static/_assets/app.css
index cedcfbb..69ea86a 100644
--- a/priv/static/_assets/app.css
+++ b/priv/static/_assets/app.css
@@ -14186,7 +14186,7 @@ textarea.form-control-lg {
 }
 
 .highlight {
-  background: #f8f8f8;
+  background: #ffffff;
 }
 
 .highlight .c {