ui: 검정 배경 요소 글자 흰색 강제 (a:visited 가 덮어쓰던 문제 차단, 전역)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 08:39:46 +09:00
parent 8562c4f65d
commit 32fc12e283
8 changed files with 17 additions and 9 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ page_title or "ERP" }} — DBX Corporation</title>
<link rel="stylesheet" href="/static/erp.css?v=20260530n" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530n" />
<link rel="stylesheet" href="/static/erp.css?v=20260530o" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530o" />
<link rel="stylesheet" href="/static/erp-attach-viewer.css" />
{% block head_extra %}{% endblock %}
</head>