fix(overlay): add background to log overlay and use monospace font

Fixes two issues from #8089:
- Add background-color to overlay-log so the container is visible
  before text starts appearing
- Use monospace font in overlay iframe content for better log readability
- Bump CSS cache version to v12
This commit is contained in:
copilot-swe-agent[bot]
2026-06-08 08:11:59 +00:00
committed by GitHub
parent 5393ffbb81
commit 1f91919dca
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<head>
<title>AIO</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="style.css?v11">
<link rel="stylesheet" href="style.css?v12">
<link rel="stylesheet" href="logs.css?v1">
<link rel="icon" href="img/favicon.png">
<script src="apply-theme.js?v1"></script>