block quote color

This commit is contained in:
Paul Gauthier 2023-05-15 16:28:13 -07:00
parent d2c7f8e07b
commit 5a0c7832ab

View file

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