aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 23:34:17 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 23:34:17 -0300
commitfc8583e4458ee8675b5a982fbdcf523d4f05373e (patch)
treefd09f0d410509fd9242a204237191e6343dfbdf7 /assets
parent88edea7e8ab507cb2f48d0a3cb64b6c9fad8409e (diff)
downloadhugo-bearcub-fc8583e4458ee8675b5a982fbdcf523d4f05373e.tar.gz
hugo-bearcub-fc8583e4458ee8675b5a982fbdcf523d4f05373e.tar.bz2
Create byline class
Diffstat (limited to 'assets')
-rw-r--r--assets/style.css4
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;