add font-style italic to 'Open' in OpenBSD

This commit is contained in:
tom 2021-10-02 10:34:01 +00:00
parent 4c19a69aaf
commit 351b547692
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
margin:0.75em auto;
}
#title span {
font-style: italic;
}
#title a {
text-decoration: none;
}