diff --git a/in/en/index.html b/in/en/index.html
index 91d9230..0f002a8 100644
--- a/in/en/index.html
+++ b/in/en/index.html
@@ -62,7 +62,7 @@
TEL |
 |
-33 607478434 |
+33 6 07 47 84 34 |
EMAIL |
diff --git a/in/fr/index.html b/in/fr/index.html
index 09a0023..70d0463 100644
--- a/in/fr/index.html
+++ b/in/fr/index.html
@@ -62,7 +62,7 @@
TEL |
 |
-33 607478434 |
+33 6 07 47 84 34 |
EMAIL |
diff --git a/in/style/main.css b/in/style/main.css
index a676dde..64978d3 100644
--- a/in/style/main.css
+++ b/in/style/main.css
@@ -93,7 +93,6 @@ h2, h3, header {
border-top: var(--border-on);
}
-.link #qa,
.link a:not(:has(img)),
.link button.link {
background: var(--anchor-gradient);
@@ -264,3 +263,7 @@ ul {
/* way too blurry as PDF output above .041em */
strong, th { text-shadow: .05em .05em .041em; }
}
+
+@media screen {
+ .link #qa { background: var(--anchor-gradient); }
+}