fix: correction des liens

Fixes #9
Fixes #10
This commit is contained in:
Kazhnuz Klappsthul 2024-04-10 22:46:04 +02:00
parent 72aab1408a
commit 1e3afe5ec7
2 changed files with 14 additions and 7 deletions

View File

@ -30,7 +30,7 @@
{{ content | safe }}
<footer><a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="/img/cc-by-sa.png" /><span class="visually-hidden">Tout le contenu de cette page est sous licence Creatve Common Attribution - Partage à l'identique.</span></a></footer>
<footer><a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="/img/cc-by-sa.png" alt="Le contenu de ce site est sous licence Creative Common Attribution - Partage à l'identique" /><span class="visually-hidden">Tout le contenu de cette page est sous licence Creatve Common Attribution - Partage à l'identique.</span></a></footer>
</div>
<!-- Current page: {{ page.url | htmlBaseUrl }} -->

View File

@ -4,9 +4,9 @@
--color-gray-90: #002b36;
/* --text-color is assigned to --color-gray-_ above */
--text-color-link: #268bd2;
--text-color-link-active: #268bd2;
--text-color-link-visited: #268bd2;
--text-color-link: #1864ab;
--text-color-link-active: #1864ab;
--text-color-link-visited: #1864ab;
--background-color: #fdf6e3;
--background-menu: #001d6b;
@ -53,13 +53,20 @@ html {
a[href] {
color: var(--text-color-link);
text-decoration: dashed;
padding: 0.05rem;
border-radius: 0.1rem;
text-decoration: underline dashed 1px;
text-underline-offset: 0.1rem;
}
a[href]:visited {
color: var(--text-color-link-visited);
color: var(--text-color-link);
}
a[href]:hover,
a[href]:active {
color: var(--text-color-link-active);
color: var(--text-color-link);
background-color: rgba(0,0,0,0.2);
text-decoration: none;
}
blockquote {
@ -102,7 +109,7 @@ header h1 {
text-align: center;
}
header h1 a {
header h1 a[href] {
font-size:5rem;
text-shadow:-2px -2px 0 #000,
0 -2px 0 #000,