mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
style: Wrap CSS in <style>
tags in recording.md
This commit is contained in:
parent
e23437dfa4
commit
6fa9af20c0
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ layout: minimal
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/asciinema/asciinema-player.css" />
|
<link rel="stylesheet" type="text/css" href="/assets/asciinema/asciinema-player.css" />
|
||||||
|
|
||||||
|
<style>
|
||||||
.asciinema-player-theme-aider {
|
.asciinema-player-theme-aider {
|
||||||
/* Foreground (default text) color */
|
/* Foreground (default text) color */
|
||||||
--term-color-foreground: #444444; /* colour238 */
|
--term-color-foreground: #444444; /* colour238 */
|
||||||
|
@ -33,6 +34,7 @@ layout: minimal
|
||||||
--term-color-14: #a4ffff;
|
--term-color-14: #a4ffff;
|
||||||
--term-color-15: #ffffff;
|
--term-color-15: #ffffff;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<div id="demo" style="max-height: 80vh; overflow: hidden;"></div>
|
<div id="demo" style="max-height: 80vh; overflow: hidden;"></div>
|
||||||
<script src="/assets/asciinema/asciinema-player.min.js"></script>
|
<script src="/assets/asciinema/asciinema-player.min.js"></script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue