From 38e80ff8a087c2650facc19adcb9ee1db24bc498 Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:03:21 +0500 Subject: [PATCH] fix: update navigation labels and add links to GitHub and contribution guidelines --- dist/css/styles.css | 5 ++++- dist/index.html | 16 +++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/dist/css/styles.css b/dist/css/styles.css index 3f09a96..065d90d 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -2263,7 +2263,10 @@ th { position: sticky; left: 0; z-index: 10; - box-shadow: 2px 0 6px -4px rgba(0, 0, 0, .06) + box-shadow: 2px 0 6px -4px rgba(0, 0, 0, .06); +} +.policies-table td:first-child{ + font-weight: bold } /* Header cells in first column - higher z-index */ diff --git a/dist/index.html b/dist/index.html index 6718881..c71a277 100644 --- a/dist/index.html +++ b/dist/index.html @@ -500,14 +500,14 @@