From 26134fc564c50f748a785cab6ae21b52176b4114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Peccini?= Date: Wed, 18 Jun 2025 21:55:48 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20l'int=C3=A9gration=20d?= =?UTF-8?q?'Isso?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/custom.css | 8 ++++++++ themes/binario/layouts/partials/comments.html | 1 - themes/binario/layouts/partials/header.html | 11 ++++++++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index 5c8a69d..0f49314 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -18,3 +18,11 @@ article img { border-bottom: 1px solid #ddd; padding-bottom: 0.5rem; } + +.isso-text > p { + color: #333 !important; +} + +.isso-auth-section label { + color: #333 !important; +} diff --git a/themes/binario/layouts/partials/comments.html b/themes/binario/layouts/partials/comments.html index a68554b..c0be845 100644 --- a/themes/binario/layouts/partials/comments.html +++ b/themes/binario/layouts/partials/comments.html @@ -5,5 +5,4 @@ data-title="{{ .Title }}" data-uri="{{ .RelPermalink }}" > - diff --git a/themes/binario/layouts/partials/header.html b/themes/binario/layouts/partials/header.html index d83af3b..c3d48e4 100644 --- a/themes/binario/layouts/partials/header.html +++ b/themes/binario/layouts/partials/header.html @@ -1,4 +1,9 @@
- {{ partial "header_logo.html" . }} - {{ partial "header_menu.html" . }} -
\ No newline at end of file + {{ partial "header_logo.html" . }} {{ partial "header_menu.html" . }} {{ "" + | safeHTML }} + + {{ "" | safeHTML }} +