Skip to content

Commit

Permalink
styles update
Browse files Browse the repository at this point in the history
  • Loading branch information
yustasstar committed Dec 5, 2024
1 parent b8b8ca8 commit ccc2d60
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
/* maincontent styles */
.maincontent {
background: #FFFFFF;
box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.5);
padding: 80px 80px;
}

Expand Down Expand Up @@ -46,10 +46,10 @@ body {

.summary {
font-style: normal;
font-weight: 400;
font-size: 14px;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #595959;
color: #19191ae0;
width: 650px;
}

Expand Down Expand Up @@ -97,7 +97,7 @@ body {
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #000000;
color: #000000d3;
margin-bottom: 10px;

}
Expand All @@ -117,7 +117,7 @@ body {
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #00000080;
color: #0000009f;
margin-bottom: 10px;

}
Expand All @@ -140,9 +140,9 @@ body {
.wlitem {
font-style: normal;
font-weight: 400;
font-size: 14px;
font-size: 16px;
line-height: 24px;
color: #595959;
color: #19191ae0;

}

Expand Down

0 comments on commit ccc2d60

Please sign in to comment.