From c3fe92b461e7434f8a75e97184e615b4fad9e781 Mon Sep 17 00:00:00 2001 From: Neeru <161798182+neeru24@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:32:46 +0530 Subject: [PATCH] Update styles.css --- Website/css/styles.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Website/css/styles.css b/Website/css/styles.css index cd725ddee..d592ab1fa 100644 --- a/Website/css/styles.css +++ b/Website/css/styles.css @@ -1486,7 +1486,7 @@ h1 { margin-bottom: 40px; } -/* Layout */ +/* Container layout */ .github-container { display: flex; justify-content: space-between; @@ -1503,19 +1503,25 @@ h1 { width: 80%; padding: 25px; margin-bottom: 30px; - background-color: #48d4f0; + background-color: #48d4f0; color: white; border: none; cursor: pointer; font-size: 1rem; border-radius: 5px; - transition: background-color 0.3s ease; + font-weight: bold; + transition: background-color 0.3s ease, box-shadow 0.3s ease; } +/* Button hover effect */ .github-buttons button:hover { - background-color: #03404a; + background-color: #ffeb3b; + color: #03404a; + box-shadow: 0 0 15px #ffeb3b; + font-weight: bold; } + /* Image Display */ .github-image { width: 65%;