Skip to content

Commit

Permalink
changed color contrast for some elements
Browse files Browse the repository at this point in the history
  • Loading branch information
SGupta101 committed Oct 31, 2023
1 parent c37e6d8 commit 07eaff9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Card/card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
.netId {
display: inline-block;
font-size: 0.938rem;
opacity: 0.5;
margin-left: 0.313rem;
color: #595959;
}

.infoContainer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
.uploadText {
margin: 0;
font-size: 0.75rem;
color: #0075db;
color: #0057a3;
cursor: pointer;
}

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/TabSwitcher/tabSwitcher.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
display: block;
width: 100%;
height: 1px;
background-color: #848484;
background-color: #757575;
}

.rightSection {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/UserDetail/userDetail.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
font-size: 0.938em;
margin-left: 0.625rem;
display: inline-block;
color: #707070;
color: #595959;
}

.trashIcon {
Expand Down

0 comments on commit 07eaff9

Please sign in to comment.