style: apply accessibility badge contrast refinements and update primary color to #4E77FF

This commit is contained in:
2026-08-20 22:42:26 +09:00
parent 898afbcad6
commit 0d58be61a0
8 changed files with 255 additions and 23 deletions
@@ -121,7 +121,7 @@ export default function PublicationCategoryPage({ params }: PageProps) {
: {rec.appNo} ({rec.country}, {rec.appDate})
</p>
{rec.regNo && (
<p className="text-cobalt font-bold">
<p className="text-cobalt-dark dark:text-cobalt font-bold">
: {rec.regNo} ({rec.regDate})
</p>
)}
@@ -132,7 +132,7 @@ export default function PublicationCategoryPage({ params }: PageProps) {
<div className="flex items-center gap-3">
<span>{rec.volume}</span>
{rec.kci && (
<span className="bg-cobalt text-ivory text-[0.65rem] px-1.5 py-0.5 rounded font-bold">
<span className="bg-cobalt-dark text-ivory text-[0.65rem] px-1.5 py-0.5 rounded font-bold">
KCI
</span>
)}