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

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 50813ee..7ad79f5 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -8,6 +8,11 @@ main a:active, main a:link, main a:visited, main a:hover {
color: #080; // comment this line if you planned to use 'internal' shortcode
}
+blockquote {
+ padding: 0.5rem 1rem;
+ border-left: 0.3rem solid #e5e5e5;
+}
+
/* Shortcode 'nolink' */
span.nolink {