Skip to content

Commit

Permalink
Merge pull request #486 from RAVICHANDRALS507/event-p-color
Browse files Browse the repository at this point in the history
Event section paragraph color was not visible to user
  • Loading branch information
PriyaGhosal authored Oct 14, 2024
2 parents b0f3754 + 93a58fa commit 5f500b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/css/darkmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ body.nav-active { overflow: hidden; }
.title-lg {
color: var(--white);
font-weight: var(--fw-700);
padding: 10px;
}

.headline-lg {
Expand Down Expand Up @@ -225,6 +226,7 @@ body.nav-active { overflow: hidden; }
.grid-list {
display: grid;
gap: 28px;
margin-bottom: 30px;
}

.card {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

.event-description {
font-size: 1.4rem; /* Larger description font size */
color: var(--oxford-blue); /* Roman silver for descriptions */
color: rgba(240, 74, 74, 0.862) /* Roman silver for descriptions */
}

/* Event button */
Expand Down

0 comments on commit 5f500b0

Please sign in to comment.