revert: Save links

This commit is contained in:
Tibo De Peuter 2025-09-13 20:07:19 +02:00
parent 1ad4ce7ef4
commit 5d7b74549f
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

18
cv.html
View file

@ -36,20 +36,6 @@
flex: 3;
}
.save-link::after {
display: none;
content: "[" counter(link) "]";
counter-increment: link;
font-size: x-small;
color: var(--soft-color-rgba);
position: relative;
vertical-align: top;
}
aside {
flex: 1;
height: 100%;
@ -145,10 +131,6 @@
column-gap: 1rem;
}
.save-link::after {
display: unset; /* Show the link counter in print */
}
header,
footer {
page-break-inside: avoid; /* Prevent header/footer from breaking across pages */