From c45babdfad56c53339c63b6ffbdb697fa7ce9d9f Mon Sep 17 00:00:00 2001 From: sanika palav Date: Fri, 16 Jan 2026 12:36:49 +0530 Subject: [PATCH 1/2] Enhance navbar UI with background blur and hover shadow --- DISCOVER/_static/css/Switchers.css | 14 +++++++------- _build/logs/myst.build.json | 30 ++++++++++++++++++++++++++++++ index.html | 25 ++++++++++++++++++++++--- 3 files changed, 59 insertions(+), 10 deletions(-) create mode 100644 _build/logs/myst.build.json diff --git a/DISCOVER/_static/css/Switchers.css b/DISCOVER/_static/css/Switchers.css index 0256490f3..2cd1247ca 100644 --- a/DISCOVER/_static/css/Switchers.css +++ b/DISCOVER/_static/css/Switchers.css @@ -12,7 +12,7 @@ #language-switcher-button:focus { background-color: #f8f9fa !important; border-color: transparent !important; - box-shadow: 0 0 0 0.1875rem #e89217 !important; + box-shadow: 0 0 0 0.1875rem #79736b !important; } .version-switcher__button:hover, @@ -49,15 +49,15 @@ .version-switcher__menu .list-group-item:hover, .dropdown-item:hover { background-color: #f8f9fa !important; - color: #e89217 !important; + color: #72695c !important; text-decoration: underline !important; text-decoration-thickness: 0.15rem !important; } .dropdown-item.active { - color: #528fe4 !important; + color: #434546 !important; background-color: #ffffff !important; - box-shadow: inset 3px 0 0 #528fe4 !important; + box-shadow: inset 3px 0 0 #495c75 !important; } .dropdown-menu > li:not(:last-child) { @@ -66,7 +66,7 @@ .dropdown-item.active:hover { background-color: #f8f9fa !important; - color: #e89217 !important; + color: #756855 !important; } @@ -108,8 +108,8 @@ html[data-theme=dark] .version-switcher__menu .list-group-item { html[data-theme=dark] .version-switcher__menu .list-group-item:hover, html[data-theme=dark] .dropdown-item:hover { background-color: #0D0D0D !important; - color: #e89217 !important; - text-decoration: underline !important; + color: #6b5d4a !important; + text-decoration: none !important; text-decoration-thickness: 0.15rem !important; } diff --git a/_build/logs/myst.build.json b/_build/logs/myst.build.json new file mode 100644 index 000000000..cb088b785 --- /dev/null +++ b/_build/logs/myst.build.json @@ -0,0 +1,30 @@ +{ + "input": { + "files": [ + "." + ], + "opts": { + "execute": false, + "pdf": false, + "tex": false, + "typst": false, + "docx": false, + "md": false, + "xml": false, + "meca": false, + "cff": false, + "site": false, + "html": false, + "all": false, + "doiBib": false, + "watch": false, + "force": false, + "checkLinks": false, + "strict": false, + "ci": false, + "maxSizeWebp": 1572864, + "keepHost": false + } + }, + "exports": [] +} \ No newline at end of file diff --git a/index.html b/index.html index 028f3ce28..eb66a878e 100644 --- a/index.html +++ b/index.html @@ -13,15 +13,34 @@ From 1905b944ab44b0d1f548cd91956fe82fd24994c3 Mon Sep 17 00:00:00 2001 From: sanika palav Date: Fri, 16 Jan 2026 13:46:08 +0530 Subject: [PATCH 2/2] Remove generated build log from repository --- _build/logs/myst.build.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 _build/logs/myst.build.json diff --git a/_build/logs/myst.build.json b/_build/logs/myst.build.json deleted file mode 100644 index cb088b785..000000000 --- a/_build/logs/myst.build.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "input": { - "files": [ - "." - ], - "opts": { - "execute": false, - "pdf": false, - "tex": false, - "typst": false, - "docx": false, - "md": false, - "xml": false, - "meca": false, - "cff": false, - "site": false, - "html": false, - "all": false, - "doiBib": false, - "watch": false, - "force": false, - "checkLinks": false, - "strict": false, - "ci": false, - "maxSizeWebp": 1572864, - "keepHost": false - } - }, - "exports": [] -} \ No newline at end of file