From 8970c5a0b0740a9d5260892a47eb6f3e9291e8d8 Mon Sep 17 00:00:00 2001 From: Julien Taquet <julientaq@mac16.local> Date: Thu, 28 Sep 2023 21:55:29 +0200 Subject: [PATCH] change color --- src/manifesto.md | 2 +- static/css/theme-coko/main.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/manifesto.md b/src/manifesto.md index c906b95..d3de10d 100644 --- a/src/manifesto.md +++ b/src/manifesto.md @@ -2,7 +2,7 @@ title: Manifesto introduction: menu: true -class: manifesto about +class: manifesto layout: single.njk order: 5 heading: A Manifesto for Transforming Publishing diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css index 7c368a7..a83df03 100644 --- a/static/css/theme-coko/main.css +++ b/static/css/theme-coko/main.css @@ -24,6 +24,7 @@ a { .articles, .article-single, .team, +.manifesto, .press { --color-content: var(--color-purple); } @@ -81,6 +82,7 @@ aside { .articles aside, .article-single aside, +.manifesto aside, .team aside { background: linear-gradient(6deg, rgba(255, 255, 255, 1) 58%, #bba3c5 100%); filter: drop-shadow(700px -15px 15px var(--color-trois)); -- GitLab