From 1a250248b53c610bcc0f76ba00e93a71386cc4f9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 19 May 2025 21:59:03 +0200 Subject: [PATCH 1/2] tel/spaces --- 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 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 From f98b90e39cb7dce69f5132028ea739c1766ccb67 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 19 May 2025 22:50:41 +0200 Subject: [PATCH 2/2] css/screen --- in/style/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); } +}