style: update links and text spacing

This commit is contained in:
Ben Goldsworthy 2024-07-06 00:28:44 +02:00
parent 1b0b240de3
commit 12bfb800ce
Signed by: Rumperuu
SSH key fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE

View file

@ -16,6 +16,22 @@ body {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
:where(:root) {
line-height: 1.5;
}
a {
text-decoration-skip-ink: auto;
color: #020202;
text-decoration: underline;
opacity: 0.8;
}
a:hover {
text-decoration: none;
opacity: 1;
}
.page-title {
font-size: 1.5em;
text-align: center;