From 7bd86143590924854d1b363affe0ca491ce85aad Mon Sep 17 00:00:00 2001 From: kitoy Date: Mon, 22 Dec 2025 15:08:47 +0100 Subject: [PATCH] Remove link on title and correct readmore color --- static/blog-blanc&noir.css | 7 ++----- static/blog-noir&blanc.css | 5 +---- static/blog-orange&noir.css | 10 +++------- static/blog-orangina.css | 5 +---- static/blog.css | 7 ++----- templates/index_author_blog.html | 2 +- templates/index_blog.html | 2 +- 7 files changed, 11 insertions(+), 27 deletions(-) diff --git a/static/blog-blanc&noir.css b/static/blog-blanc&noir.css index cb9d5ca..911cd14 100644 --- a/static/blog-blanc&noir.css +++ b/static/blog-blanc&noir.css @@ -20,6 +20,7 @@ color: var(--color-text); background-color: var(--color-background); font-family: var(--font-basic); + font-weight: 400; } @@ -66,11 +67,6 @@ a { text-align: right; } - .readmore a { - color: var(--color-text); - text-decoration: underline; - } - .copyleft { display:inline-block; @@ -117,6 +113,7 @@ a { padding-left: 1.5vw; } + .titre { text-align: center; diff --git a/static/blog-noir&blanc.css b/static/blog-noir&blanc.css index ed7e592..ed57555 100644 --- a/static/blog-noir&blanc.css +++ b/static/blog-noir&blanc.css @@ -20,6 +20,7 @@ color: var(--color-text); background-color: var(--color-background); font-family: var(--font-basic); + font-weight: 400; } @@ -65,10 +66,6 @@ a { text-align: right; } - .readmore a { - color: var(--color-text); - text-decoration: underline; - } .copyleft { diff --git a/static/blog-orange&noir.css b/static/blog-orange&noir.css index 296e6b4..9958ec5 100644 --- a/static/blog-orange&noir.css +++ b/static/blog-orange&noir.css @@ -29,7 +29,7 @@ * {-moz-box-sizing: border-box; box-sizing: border-box;} - a { +.articles a { box-shadow: inset 0 0 0 0 var(--color-text); color: --color-text; padding: 0 .25rem; @@ -38,13 +38,13 @@ } -a:hover { +.articles a:hover { color: var(--color-background); box-shadow: inset 300px 0 0 0 var(--color-text); text-decoration: none; } -a { +.articles a { color: var(--color-text); text-decoration: underline 2px; font-weight: 700; @@ -65,10 +65,6 @@ a { text-align: right; } - .readmore a { - color: var(--color-text); - text-decoration: underline; - } .copyleft { diff --git a/static/blog-orangina.css b/static/blog-orangina.css index 76f7fa8..6fe10cf 100644 --- a/static/blog-orangina.css +++ b/static/blog-orangina.css @@ -20,6 +20,7 @@ color: var(--color-text); background-color: var(--color-background); font-family: var(--font-basic); + font-weight: 400; } @@ -66,10 +67,6 @@ a:hover { text-align: right; } - .readmore a { - color: var(--color-text); - text-decoration: underline; - } .copyleft { diff --git a/static/blog.css b/static/blog.css index 95e1161..7cbe2f1 100644 --- a/static/blog.css +++ b/static/blog.css @@ -21,6 +21,7 @@ color: var(--color-text); background-color: var(--color-background); font-family: var(--font-basic); + font-weight: 400; } @@ -46,7 +47,7 @@ a:hover { text-decoration: none; } - a { +a { color: var(--color-text); text-decoration: underline 2px; font-weight: 700; @@ -68,10 +69,6 @@ a:hover { text-align: right; } - .readmore a { - color: var(--color-text); - text-decoration: underline; - } .copyleft { diff --git a/templates/index_author_blog.html b/templates/index_author_blog.html index 6e54f56..d9b3ffe 100644 --- a/templates/index_author_blog.html +++ b/templates/index_author_blog.html @@ -17,7 +17,7 @@
{% for post in posts %} -

{{ post.title }}

+

{{ post.title }}