Skip to content

Commit 4d80fee

Browse files
committed
Fix: Improve color contrast for accessibility compliance
1 parent 53358af commit 4d80fee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

web/src/components/layout/Sidebar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function Sidebar() {
7373
</div>
7474

7575
<div className="mt-auto pt-6 border-t border-gray-100 flex flex-col">
76-
<p className="px-4 text-[10px] font-black text-gray-400 uppercase tracking-[0.2em] mb-3">Resources</p>
76+
<p className="px-4 text-[10px] font-black text-gray-500 uppercase tracking-[0.2em] mb-3">Resources</p>
7777
<Link
7878
href="/glossary"
7979
className={`flex items-center gap-3 px-3 py-3 rounded-2xl transition-all group mx-1 ${pathname === '/glossary'
@@ -97,8 +97,8 @@ export default function Sidebar() {
9797
</nav>
9898

9999
<div className="p-5 text-center border-t border-gray-50 bg-gray-50/30">
100-
<p className="text-[9px] font-black text-gray-300 uppercase tracking-[0.2em] mb-1">Saileela Rahasya v1.2.0</p>
101-
<p className="text-[10px] text-gray-400 font-medium font-serif italic">&copy; {new Date().getFullYear()} Saileela Rahasya</p>
100+
<p className="text-[9px] font-black text-gray-500 uppercase tracking-[0.2em] mb-1">Saileela Rahasya v1.2.0</p>
101+
<p className="text-[10px] text-gray-600 font-medium font-serif italic">&copy; {new Date().getFullYear()} Saileela Rahasya</p>
102102
</div>
103103
</aside>
104104
);

web/src/components/layout/UtilityMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export default function UtilityMenu() {
242242
</SignedOut>
243243

244244
<div className="text-center">
245-
<p className="text-[9px] font-black text-gray-300 uppercase tracking-[0.3em]">Saileela Rahasya v1.2.0</p>
245+
<p className="text-[9px] font-black text-gray-500 uppercase tracking-[0.3em]">Saileela Rahasya v1.2.0</p>
246246
</div>
247247
</div>
248248
</div>

0 commit comments

Comments
 (0)