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 7ec7e52 commit 53fc36f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/style/app.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
:root {
--high-contrast-text: #494949;
--high-contrast-border: #2c2c2c;
}

.noOutline input {
outline: none;
}
Expand Down Expand Up @@ -588,7 +593,7 @@ hr {

.cardBody .textBox {
margin: 0 0 3rem 0;
color: var(--bs-secondary);
color: var(--high-contrast-text);
}

.settingsTabs {
Expand Down

0 comments on commit 53fc36f

Please sign in to comment.