Skip to content

Commit

Permalink
Update app.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha committed Jan 25, 2025
1 parent eadf6ad commit 22c6695
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
--blue-color: #0000ff;
--light-blue-color: #286fe0;
--dimp-white: #b5b5b5;
--gray-white: #808080;
--background-primary: #808080;
--dropdown-hover-color: #eff1f7;
--grey-bg-color: #eaebef;
--light-dark-green: #08780b;
Expand Down Expand Up @@ -1502,7 +1502,7 @@ hr {

.startDate,
.endDate {
color: var(--gray-white);
color: var(--background-primary);
font-size: 14px;
}

Expand All @@ -1518,7 +1518,7 @@ hr {
}

.description {
color: var(--gray-white);
color: var(--background-primary);
font-weight: 300;
font-size: 14px;
word-wrap: break-word;
Expand All @@ -1532,7 +1532,7 @@ hr {
}

.toporgloc span {
color: var(--gray-white);
color: var(--background-primary);
}

.eventAgendaItemContainer h2 {
Expand Down Expand Up @@ -2355,8 +2355,8 @@ input[type='radio']:checked + label:hover {
}

.sampleHover:hover {
border-color: var(--gray-white);
color: var(--gray-white);
border-color: var(--background-primary);
color: var(--background-primary);
}

.sampleModalTitle {
Expand Down Expand Up @@ -5829,7 +5829,7 @@ button[data-testid='createPostBtn'] {
justify-content: center;
align-items: center;
background-color: var(--white);
color: var(--gray-white);
color: var(--background-primary);
font-size: medium;
font-weight: 600;
}
Expand Down Expand Up @@ -7476,7 +7476,7 @@ button[data-testid='createPostBtn'] {
text-decoration: none;
font-size: 10px;
font-weight: 100;
color: var(--gray-white);
color: var(--background-primary);
}

.organizationCard_divider {
Expand Down

0 comments on commit 22c6695

Please sign in to comment.