From ddda5fb3db9ec7adb1d400cffbdbe421cdec0a6a Mon Sep 17 00:00:00 2001 From: The-User-Python <97610126+The-User-Python@users.noreply.github.com> Date: Sun, 23 Mar 2025 13:31:02 +0530 Subject: [PATCH 1/3] Update index.css --- index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.css b/index.css index 3d65326..6d1debb 100644 --- a/index.css +++ b/index.css @@ -118,3 +118,10 @@ html, body { /* Add more styles for larger screens as needed */ } + +/* New hover effect for buttons */ +button:hover { + background-color: #555; /* Darker shade for hover effect */ + color: #fff; /* White text on hover */ + cursor: pointer; /* Pointer cursor on hover */ +} From 420e2a104a8b58395face7689e1683676e62d795 Mon Sep 17 00:00:00 2001 From: The-User-Python <97610126+The-User-Python@users.noreply.github.com> Date: Sun, 23 Mar 2025 13:37:48 +0530 Subject: [PATCH 2/3] Update static.yml From 8c3ff1b1263f6087332c301548b1b52bf1c7464b Mon Sep 17 00:00:00 2001 From: The-User-Python <97610126+The-User-Python@users.noreply.github.com> Date: Sun, 23 Mar 2025 13:40:04 +0530 Subject: [PATCH 3/3] Update static.yml --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 5828616..582a8a9 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v2 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-artifact@v3 with: # Upload entire repository path: '.'