style: style <i> tags

This commit is contained in:
Ben Goldsworthy 2024-06-17 23:35:42 +02:00
parent 92178771ad
commit bc523d59a9
Signed by: Rumperuu
SSH key fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE

View file

@ -141,6 +141,12 @@ body {
"route";
}
:where([title]) {
cursor: help;
text-decoration: underline;
text-decoration: underline dotted;
}
.page-header {
grid-area: header;
border-bottom: 5px solid black;