Make title small-caps instead of uppercase.

This commit is contained in:
tastytea 2021-03-15 17:18:57 +01:00
parent 3383bf0807
commit 1dcc8ea664
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -60,7 +60,7 @@ a:hover, a:hover:visited
.header a
{
font-family: var(--font-serif);
text-transform: uppercase;
font-variant: small-caps;
}
.header a:hover, .nav a:hover