From bad0f6d152a1c19e13754307a0fcf5ccf8f6153a Mon Sep 17 00:00:00 2001 From: Madhurima Rawat <105432776+madhurimarawat@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:53:11 +0530 Subject: [PATCH] Update index.css Restructured the CSS --- css/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/css/index.css b/css/index.css index b94e9e9..0b4b74a 100644 --- a/css/index.css +++ b/css/index.css @@ -55,6 +55,13 @@ h3 { padding-top: 10px; } +.repo-card .card-title { + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); + /* Adding shadow effect to repo name */ + color: #007bff; + /* Adjust color to match existing theme */ +} + .repo-card .card-body { flex: 1; display: flex; @@ -122,13 +129,6 @@ h3 { } } -.repo-card .card-title { - text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); - /* Adding shadow effect to repo name */ - color: #007bff; - /* Adjust color to match existing theme */ -} - .topic-button { background-color: #ffc107; /* Yellow background color */ @@ -148,4 +148,4 @@ h3 { .centered-td { text-align: center; vertical-align: middle; -} \ No newline at end of file +}