mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
aider: Changed blockquote background color from yellow to pale yellow.
# Context: USER: change from yellow to pale yellow ASSISTANT: ```html _layouts/chat-transcript.html <<<<<<< ORIGINAL <style> blockquote { background-color: yellow; } </style> ======= <style> blockquote { background-color: #ffffcc; } </style> >>>>>>> UPDATED ```
This commit is contained in:
parent
47b5ddc023
commit
0fc801e546
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
{% include head-custom.html %}
|
{% include head-custom.html %}
|
||||||
<style>
|
<style>
|
||||||
blockquote {
|
blockquote {
|
||||||
background-color: yellow;
|
background-color: #ffffcc;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue