We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfe34c commit c43b1f9Copy full SHA for c43b1f9
tscomm/pages/technology.js
@@ -44,7 +44,7 @@ function Technology() {
44
>
45
{card.subheading}
46
</div>
47
- <p className='text-gray-700 text-base'>
+ <p className=' text-white text-base'>
48
{card.about}
49
</p>
50
tscomm/styles/Technology.module.css
@@ -14,6 +14,7 @@
14
flex-direction: column;
15
border-radius: 25px;
16
margin-top: 100px;
17
+ background-color: #383838;
18
}
19
20
.image {
@@ -30,7 +31,7 @@
30
31
.subheading {
32
font-size: 25px;
33
font-weight: 500;
- color: #33a1ff;
34
+ color: #fff;
35
36
37
.layout {
0 commit comments