diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-16 14:54:10 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-16 14:58:22 +0200 |
commit | 036cb3742a267d225bdfe9bc1b9e7046e7198438 (patch) | |
tree | 82e87636b5c8ec89f98a3b61362e97b872b97a96 /assets | |
parent | 757810d9118c4a678951443eb985f9c84047c11c (diff) | |
download | hugo-minimalist-theme-036cb3742a267d225bdfe9bc1b9e7046e7198438.tar.gz hugo-minimalist-theme-036cb3742a267d225bdfe9bc1b9e7046e7198438.tar.bz2 hugo-minimalist-theme-036cb3742a267d225bdfe9bc1b9e7046e7198438.zip |
Blockquote styling
Diffstat (limited to 'assets')
-rw-r--r-- | assets/scss/style.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 3115609..164d05c 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -153,6 +153,12 @@ html { #hero { text-shadow: 2px 2px 3px black; } +blockquote { + @extend .bl, .bw2, .w3-theme-border, .pl3; + p:last-of-type { + @extend .tc, .ttu, .tracked, .fs-normal, .ma0, .pa0; + } +} // POSTS .main-content { |