block quote color

This commit is contained in:
Paul Gauthier 2023-05-15 16:31:49 -07:00
parent 5a0c7832ab
commit 21ed183187

View file

@ -15,7 +15,7 @@
{% include head-custom.html %}
<style>
blockquote {
color: #159957;
border-left-color: #159957;
}
</style>
</head>