Skip to content

Commit ec4e26d

Browse files
authored
Merge pull request #107 from saahil-mahato/font-color-fix
fix: font color for guidelines
2 parents 6126b9a + d4ce71f commit ec4e26d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pages/Guidelines/index.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import SiteHeader from 'components/SiteHeader';
44
const Guidelines = () => (
55
<Fragment>
66
<SiteHeader />
7-
<div className="container py-14x">
7+
<div className="container py-14x text-black">
88
<h2>Frogtoberfest Participation Guidelines</h2>
99
<div>
1010
<div className="my-10x">
@@ -25,7 +25,7 @@ const Guidelines = () => (
2525
<span role="img" aria-label="Wrench" className="mr-2x">
2626
🔧
2727
</span>
28-
<span>Meaningful code changes</span>
28+
<span className='text-black'>Meaningful code changes</span>
2929
</h4>
3030
<p className="pt-5x">
3131
Contributions should focus on meaningful code changes, such as bug fixes, new features, or improvements,
@@ -37,7 +37,7 @@ const Guidelines = () => (
3737
<span role="img" aria-label="Orange books" className="mr-2x">
3838
📚
3939
</span>
40-
<span>Documentation enhancements</span>
40+
<span className='text-black'>Documentation enhancements</span>
4141
</h4>
4242
<p className="pt-5x">
4343
Encourage participants to contribute to project documentation, including updates, corrections, or
@@ -49,7 +49,7 @@ const Guidelines = () => (
4949
<span role="img" aria-label="Magnifying glass" className="mr-2x">
5050
🔍
5151
</span>
52-
<span>Issue tracking</span>
52+
<span className='text-black'>Issue tracking</span>
5353
</h4>
5454
<p className="pt-5x">
5555
Participants should prioritize issues or tasks listed in the project's issue tracker. This ensures alignment
@@ -61,7 +61,7 @@ const Guidelines = () => (
6161
<span role="img" aria-label="Light bulb" className="mr-2x">
6262
💡
6363
</span>
64-
<span>Value-added contributions</span>
64+
<span className='text-black'>Value-added contributions</span>
6565
</h4>
6666
<p className="pt-5x">
6767
Stress the importance of making contributions that provide clear value to the open-source project and its
@@ -73,7 +73,7 @@ const Guidelines = () => (
7373
<span role="img" aria-label="Glowing star" className="mr-2x">
7474
🌟
7575
</span>
76-
<span>Quality over quantity</span>
76+
<span className='text-black'>Quality over quantity</span>
7777
</h4>
7878
<p className="pt-5x">
7979
The emphasis on quality has resulted in participants submitting fewer, but more substantial, PRs. This
@@ -85,7 +85,7 @@ const Guidelines = () => (
8585
<span role="img" aria-label="Eye in speech bubble" className="mr-2x">
8686
👁️‍🗨️
8787
</span>
88-
<span>Code review process</span>
88+
<span className='text-black'>Code review process</span>
8989
</h4>
9090
<p className="pt-5x">
9191
The code review process will be conducted after the event's completion to maintain the quality of

0 commit comments

Comments
 (0)