From 9f166387db5b4c222b97692334f222fb5699fed6 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 13 Oct 2018 17:37:46 +0200 Subject: [PATCH] scss: use a slightly larger border for wells --- css/clear-typography.css | 4 ++-- scss/clear-typography.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/clear-typography.css b/css/clear-typography.css index e23ede2..a712183 100644 --- a/css/clear-typography.css +++ b/css/clear-typography.css @@ -171,7 +171,7 @@ hr { /* ------------------ QUOTE ------------------- */ blockquote { - border-width: 0 0 0 0.15em; + border-width: 0 0 0 0.2em; border-style: solid; border-radius: 3px; margin: 0.5em 0.1em 0.5em 0.1em; @@ -182,7 +182,7 @@ blockquote { border-color: rgba(255, 255, 255, 0.15); } pre { - border-width: 0 0 0 0.15em; + border-width: 0 0 0 0.2em; border-style: solid; border-radius: 3px; margin: 0.5em 0.1em 0.5em 0.1em; diff --git a/scss/clear-typography.scss b/scss/clear-typography.scss index c0bce02..e0a59be 100644 --- a/scss/clear-typography.scss +++ b/scss/clear-typography.scss @@ -202,7 +202,7 @@ hr { /* ------------------ QUOTE ------------------- */ @mixin well() { - border-width: 0 0 0 0.15em; + border-width: 0 0 0 0.2em; border-style: solid; border-radius: 3px;