style: Wrap CSS in <style> tags in recording.md

This commit is contained in:
Paul Gauthier (aider) 2025-03-13 17:37:31 -07:00
parent e23437dfa4
commit 6fa9af20c0

View file

@ -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>