style: update links and text spacing
This commit is contained in:
parent
1b0b240de3
commit
12bfb800ce
1 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue