Compare commits

...

2 commits

Author SHA1 Message Date
f98b90e39c
css/screen
All checks were successful
/ job (push) Successful in 2m32s
2025-05-19 22:50:41 +02:00
1a250248b5
tel/spaces 2025-05-19 21:59:03 +02:00
3 changed files with 6 additions and 3 deletions

View file

@ -62,7 +62,7 @@
<tr>
<th scope="row"><a href="https://en.wikipedia.org/wiki/VCard#Properties">TEL</a></th>
<th class="logo" scope="row"><img class="logo" src="../img/tel.svg" alt="Telephone logo"></th>
<td><span class="fa fa-plus"></span>33 607478434</td>
<td><span class="fa fa-plus"></span>33 6 07 47 84 34</td>
</tr>
<tr>
<th scope="row"><a href="https://en.wikipedia.org/wiki/VCard#Properties">EMAIL</a></th>

View file

@ -62,7 +62,7 @@
<tr>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/VCard#Propriétés">TEL</a></th>
<th class="logo" scope="row"><img class="logo" src="../img/tel.svg" alt="Logo de téléphone"></th>
<td><span class="fa fa-plus"></span>33 607478434</td>
<td><span class="fa fa-plus"></span>33 6 07 47 84 34</td>
</tr>
<tr>
<th scope="row"><a href="https://fr.wikipedia.org/wiki/VCard#Propriétés">EMAIL</a></th>

View file

@ -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); }
}