Files
agent-evals/frontend/dist/index.html
Evan Reichard 114fa556eb fix: fix light/dark/system theme switcher
- Add darkMode: class to tailwind config for class-based dark mode
- Load saved theme from localStorage on mount and apply immediately
- Add media query listener for system theme changes in system mode
2026-02-06 17:13:18 -05:00

14 lines
419 B
HTML

<!DOCTYPE html>
<html lang="en" class="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eval Markdown Editor</title>
<script type="module" crossorigin src="/assets/index-DBLy_rVI.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CEN2dKUd.css">
</head>
<body>
<div id="root"></div>
</body>
</html>