Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
Restructured the CSS
  • Loading branch information
madhurimarawat authored Jul 29, 2024
1 parent 35a7c46 commit bad0f6d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 */
Expand All @@ -148,4 +148,4 @@ h3 {
.centered-td {
text-align: center;
vertical-align: middle;
}
}

0 comments on commit bad0f6d

Please sign in to comment.