diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 23:34:17 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 23:34:17 -0300 |
commit | fc8583e4458ee8675b5a982fbdcf523d4f05373e (patch) | |
tree | fd09f0d410509fd9242a204237191e6343dfbdf7 /assets | |
parent | 88edea7e8ab507cb2f48d0a3cb64b6c9fad8409e (diff) | |
download | hugo-bearcub-fc8583e4458ee8675b5a982fbdcf523d4f05373e.tar.gz hugo-bearcub-fc8583e4458ee8675b5a982fbdcf523d4f05373e.tar.bz2 |
Create byline class
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index afa00b3..0b600e6 100644 --- a/assets/style.css +++ b/assets/style.css @@ -146,6 +146,10 @@ h3.blog-filter { opacity: 0.7; } +p.byline { + font-style: italic; +} + /* "Skip to main content" link */ .skip-link { position: absolute; |