From e136dcb655a982b62be9a1f7632e0cdf0fca7433 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 23 Apr 2025 16:23:02 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=86=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- in/en/index.html | 2 +- in/fr/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index f8d860e..8d4da92 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -78,8 +78,8 @@

Skills

diff --git a/in/fr/index.html b/in/fr/index.html index 181a111..f064583 100644 --- a/in/fr/index.html +++ b/in/fr/index.html @@ -78,8 +78,8 @@

Compétences

From ce51a4c9ce44235369bbc040c9898a7feeb98c73 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 23 Apr 2025 18:07:24 +0200 Subject: [PATCH 2/2] pdf/blur --- in/style/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/in/style/main.css b/in/style/main.css index 641e307..e0f4fc0 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -260,4 +260,6 @@ ul { @page { size: A4; } html { font-size: 3mm; } button { display: none; } + /* way too blurry as PDF output above .041em */ + strong, th { text-shadow: .05em .05em .041em; } }