Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorFabien <vaga@users.noreply.github.com>2022-10-06 20:39:59 +0300
committerGitHub <noreply@github.com>2022-10-06 20:39:59 +0300
commitb2d32490682d62828b244c471d789ccce8029a74 (patch)
tree29924cbce82f0417c2c5e371e9d780db2d0cada4 /assets
parentffba17acd7772272cc933335f0ca9876fd4fd429 (diff)
add blockquote styles
Diffstat (limited to 'assets')
-rw-r--r--assets/css/components/_post.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/components/_post.scss b/assets/css/components/_post.scss
index afecccd..8dd8102 100644
--- a/assets/css/components/_post.scss
+++ b/assets/css/components/_post.scss
@@ -12,7 +12,18 @@
.highlight > pre,
.highlight > div {
border-left: 0.4em solid rgba($primary-color, .8);
+ padding: 1em 1em;
+ }
+
+ blockquote {
+ border-left: 0.4em solid rgba($primary-color, .8);
+ margin: 1em 0em;
padding: .5em 1em;
+ background: $darkest-color;
+
+ p {
+ margin: .5em 0;
+ }
}
img {