make the green blockquote the default

This commit is contained in:
Paul Gauthier 2023-05-15 16:35:31 -07:00
parent cbcc10a8a3
commit 34a00d5ddb
3 changed files with 5 additions and 53 deletions

View file

@ -13,6 +13,11 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %}
<style>
.main-content blockquote {
border-left-color: #159957;
}
</style>
</head>
<body>
<a id="skip-to-content" href="#content">Skip to the content.</a>