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
-- always curious to learn
- continuous technology watch
+- always curious to learn
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
-- toujours curieux d’apprendre
- veille technologique continue
+- toujours curieux d’apprendre
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; }
}