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 +}