block quote color

This commit is contained in:
Paul Gauthier 2023-05-15 16:33:50 -07:00
parent 21ed183187
commit cbcc10a8a3

View file

@ -14,7 +14,7 @@
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %} {% include head-custom.html %}
<style> <style>
blockquote { .main-content blockquote {
border-left-color: #159957; border-left-color: #159957;
} }
</style> </style>