fix: apply native Bootstrap data-bs-theme=dark for perfect dark mode readability

This commit is contained in:
jade
2026-07-12 22:36:05 +09:00
parent 54401bd4ed
commit 6b49f6b6b9

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ko" class="dark">
<html lang="ko" class="dark" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">