Turn titles into links

This commit is contained in:
Pascal Le Merrer 2026-04-22 10:59:19 +02:00
parent da7210d5ce
commit 5c804816b0
3 changed files with 10 additions and 2 deletions

View file

@ -169,7 +169,7 @@ a {
}
a:hover {
box-shadow: inset 800px 0 0 0 var(--link-background-color);
box-shadow: inset 1000px 0 0 0 var(--link-background-color);
}
ul {
@ -204,6 +204,10 @@ h2 {
font-size: 1.7em;
}
h2 a {
text-decoration: none;
}
h3 {
font-size: 1.5em;
}