From 7337d83f47cb6fa3a743c1fd6a808ffdc55ba3b5 Mon Sep 17 00:00:00 2001 From: manetta Date: Thu, 12 Nov 2020 14:49:06 +0100 Subject: [PATCH] different purple for code blocks + removed a colon in about.md --- content/pages/about.md | 2 +- themes/default/static/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pages/about.md b/content/pages/about.md index 5208500..ff9fa82 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -14,7 +14,7 @@ This module is made using Pelican[^pelican] and served as a *static website*: a The sources of this module can be found on . -The fonts used in this module are: [Syne](https://gitlab.com/bonjour-monde/fonderie/syne-typeface/-/tree/master) (Italic), designed by Bonjour Monde; [Belgica-Belgika](http://osp.kitchen/foundry/belgica-belgika/), designed by Open Source Publishing (OSP); [Libre Baskerville](https://github.com/impallari/Libre-Baskerville), designed by Pablo Impallari; all published under the *SIL Open Font License, version 1.1*. +The fonts used in this module are [Syne](https://gitlab.com/bonjour-monde/fonderie/syne-typeface/-/tree/master) (Italic), designed by Bonjour Monde; [Belgica-Belgika](http://osp.kitchen/foundry/belgica-belgika/), designed by Open Source Publishing (OSP); [Libre Baskerville](https://github.com/impallari/Libre-Baskerville), designed by Pablo Impallari; all published under the *SIL Open Font License, version 1.1*.
diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index 307e9d0..f7514be 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -213,7 +213,7 @@ blockquote{ } pre, code{ - color: purple; + color: #c600c6; } .lastupdate{