chiark / gitweb /
Make light theme a bit more like dark theme
authorColin Watson <cjwatson@debian.org>
Mon, 2 Aug 2021 10:59:47 +0000 (11:59 +0100)
committerColin Watson <cjwatson@debian.org>
Mon, 2 Aug 2021 10:59:47 +0000 (11:59 +0100)
m.css/css/m-theme-light.css
publishconf.py

index 18fdfc635c0f1e4dcca387d4baac290f3300bb5f..8caa031b7773f188746b5241929e95e415676055 100644 (file)
 
 :root {
   /* Text properties */
-  --font: 'Libre Baskerville', serif;
+  --font: 'Source Sans Pro', sans-serif;
   --code-font: 'Source Code Pro', monospace;
-  --font-size: 14px;
-  --code-font-size: 1em; /* *not* rem, so it follows surrounding font size */
+  --font-size: 16px;
+  --code-font-size: 0.9em; /* *not* rem, so it follows surrounding font size */
   --line-height: normal;
   --paragraph-indent: 1.5rem;
   --paragraph-align: justify;
   --link-decoration: underline;
   --link-decoration-nav: none;
   --link-decoration-heading: none;
-  --nav-brand-case: lowercase;
-  --nav-menu-case: lowercase;
+  --nav-brand-case: uppercase;
+  --nav-menu-case: none;
   --nav-heading-case: uppercase;
   --nav-categories-case: lowercase;
   --landing-header-case: lowercase;
-  --heading-font-weight: normal;
+  --heading-font-weight: 600;
 
   /* Shapes */
   --border-radius: 0.2rem;
index 7612687c5ddaea7d1bf721941cd3cb0c94a86989..3caf38f771c21ae086a8c50192e0ce6278cf3552 100644 (file)
@@ -18,12 +18,6 @@ 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 = ""