mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-11 07:04:59 +00:00
make the green blockquote the default
This commit is contained in:
parent
cbcc10a8a3
commit
34a00d5ddb
3 changed files with 5 additions and 53 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue