mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
style: Update demo div styling and background color
This commit is contained in:
parent
3348df0652
commit
f45c75a137
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ layout: minimal
|
|||
--term-color-foreground: #444444; /* colour238 */
|
||||
|
||||
/* Background color */
|
||||
--term-color-background: #fff000;
|
||||
--term-color-background: #dadada; /* colour253 */
|
||||
|
||||
/* Palette of 16 standard ANSI colors */
|
||||
--term-color-0: #21222c;
|
||||
|
@ -36,7 +36,7 @@ layout: minimal
|
|||
}
|
||||
</style>
|
||||
|
||||
<div id="demo" style="max-height: 80vh; overflow: hidden;"></div>
|
||||
<div id="demo" style="max-height: 80vh;"></div>
|
||||
<script src="/assets/asciinema/asciinema-player.min.js"></script>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue