From ef9ccaf0118874c2d124139b0d7576ff4ead160d Mon Sep 17 00:00:00 2001 From: Anirban Singha <143536290+SinghaAnirban005@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:16:21 +0000 Subject: [PATCH] Fixes issue #225 --- assets/css/style.css | 5 ++++- node_modules/.bin/mime | 17 +---------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 467a2db6..8c017b42 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -199,7 +199,10 @@ body.nav-active { overflow: hidden; } background-color: #1A1A1A; } - +.btn-secondary:hover { + background-color: #3A3A3A; + box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--bg); +} :is(.btn-primary, .btn-secondary):is(:hover, :focus-visible) { box-shadow: 0 0 0 2px var(--white), 0 0 0 5px var(--bg); diff --git a/node_modules/.bin/mime b/node_modules/.bin/mime index 7751de3c..fbb7ee0e 120000 --- a/node_modules/.bin/mime +++ b/node_modules/.bin/mime @@ -1,16 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) - if command -v cygpath > /dev/null 2>&1; then - basedir=`cygpath -w "$basedir"` - fi - ;; -esac - -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../mime/cli.js" "$@" -else - exec node "$basedir/../mime/cli.js" "$@" -fi +../mime/cli.js \ No newline at end of file