summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-08-14 16:24:54 +0300
committereug-vs <eugene@eug-vs.xyz>2021-08-14 16:24:54 +0300
commitd41bf19925de4b074143179d986fc1fa2f628c5a (patch)
tree218df1e99610a345ec48cd48ef7c8db8b38d341a /style.css
parent529ad25479662ba8c861b4c2d9233b15190b9400 (diff)
downloadeug-vs-xyz-d41bf19925de4b074143179d986fc1fa2f628c5a.tar.gz
feat: improve blockquote style
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index e4fea5a..7dba431 100644
--- a/style.css
+++ b/style.css
@@ -54,7 +54,8 @@ blockquote {
margin: 1em 0 1em 1.7em;
padding-left: 1em;
border-left: 2px solid #e6e6e6;
- color: #606060;
+ color: rgba(255, 255, 255, 0.75);
+ font-style: italic;
}
code {
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;