Skip to content

Commit

Permalink
refactored: CSS files in src/screens/OrgSettings(fixes: #2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
devender18 committed Dec 5, 2024
1 parent dab0e97 commit 6c663db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,15 @@
.editButton {
background-color: var(--search-button-bg);
border-color: var(--search-button-border);
color: #555555;
color: var(--high-contrast-text);
margin-left: 2;
}

.addButton {
margin-bottom: 10px;
background-color: var(--search-button-bg);
border-color: var(--grey-bg-color);
color: #555555;
color: var(--high-contrast-text);
}

.addButton:hover {
Expand Down Expand Up @@ -448,7 +448,7 @@ hr {
flex-direction: row;
font-weight: 900;
font-size: 16px;
color: rgb(80, 80, 80);
color: var(--high-contrast-text);
}

.rankings {
Expand Down

0 comments on commit 6c663db

Please sign in to comment.