chiark / gitweb /
Use m.css light theme
authorColin Watson <cjwatson@debian.org>
Mon, 2 Aug 2021 10:53:47 +0000 (11:53 +0100)
committerColin Watson <cjwatson@debian.org>
Mon, 2 Aug 2021 10:53:47 +0000 (11:53 +0100)
pelicanconf.py
publishconf.py

index a5797574b6be6b5d8e6775905d95a44870216ecd..1ddb1c47b3aaabde32ce9ef20bb0d7561ea54b85 100644 (file)
@@ -36,9 +36,9 @@ DIRECT_TEMPLATES = ['index']
 M_CSS_FILES = [
     'static/source-sans-pro.css',
     'static/source-code-pro.css',
-    'static/m-dark.css',
+    'static/m-light.css',
     ]
-M_THEME_COLOR = '#22272e'
+M_THEME_COLOR = '#cb4b16'
 
 PLUGIN_PATHS = ['m.css/plugins']
 PLUGINS = ['m.htmlsanity']
index 3caf38f771c21ae086a8c50192e0ce6278cf3552..7612687c5ddaea7d1bf721941cd3cb0c94a86989 100644 (file)
@@ -18,6 +18,12 @@ CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
 
 DELETE_OUTPUT_DIRECTORY = True
 
+M_CSS_FILES = [
+    'static/source-sans-pro.css',
+    'static/source-code-pro.css',
+    'static/m-light-compiled.css',
+    ]
+
 # Following items are often useful when publishing
 
 #DISQUS_SITENAME = ""