Skip to content

Commit

Permalink
Update index.style.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
onthegocode authored May 3, 2023
1 parent a975dbe commit a911b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const StyledWrapper = styled.div`
.window > .content > .title > h2 {
font-weight: 500;
color: ${OpenColor.gray[1]};
text-align: center;
}
.window > .content > .title > .description {
color: ${OpenColor.gray[5]};
Expand Down Expand Up @@ -93,7 +94,6 @@ const StyledWrapper = styled.div`
font-weight: 300;
color: ${OpenColor.gray[1]};
margin-top: 10px;
text-align: center;
}
.description {
color: ${OpenColor.gray[5]};
Expand Down

0 comments on commit a911b24

Please sign in to comment.