Skip to content

Commit c43b1f9

Browse files
committed
changed card color to black
1 parent bdfe34c commit c43b1f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tscomm/pages/technology.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Technology() {
4444
>
4545
{card.subheading}
4646
</div>
47-
<p className='text-gray-700 text-base'>
47+
<p className=' text-white text-base'>
4848
{card.about}
4949
</p>
5050
</div>

tscomm/styles/Technology.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
flex-direction: column;
1515
border-radius: 25px;
1616
margin-top: 100px;
17+
background-color: #383838;
1718
}
1819

1920
.image {
@@ -30,7 +31,7 @@
3031
.subheading {
3132
font-size: 25px;
3233
font-weight: 500;
33-
color: #33a1ff;
34+
color: #fff;
3435
}
3536

3637
.layout {

0 commit comments

Comments
 (0)