Skip to content

Commit 8c2caf0

Browse files
RashRAJdarshitdudhaiya
authored andcommitted
fix: update project badges style
Signed-off-by: Rasheedat Atinuke Jamiu <56790407+RashRAJ@users.noreply.github.com> Signed-off-by: Darshit Dudhaiya <darshitdudhaiya201@gmail.com>
1 parent bbd717a commit 8c2caf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/Community/Handbook/recognition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const RecognitionPage = () => {
253253
<h4>Project Badges</h4>
254254
<table style={{ width: "100%", borderCollapse: "collapse", marginBottom: "2rem" }}>
255255
<thead>
256-
<tr style={{ borderBottom: "2px solid #ddd", backgroundColor: "#f5f5f5" }}>
256+
<tr style={{ borderBottom: "2px solid var(--text-color, #ddd)", backgroundColor: "rgba(0, 0, 0, 0.05)" }}>
257257
<th style={{ textAlign: "left", padding: "12px" }}>Badge</th>
258258
<th style={{ textAlign: "left", padding: "12px" }}>Name</th>
259259
<th style={{ textAlign: "left", padding: "12px" }}>Badge Key</th>

0 commit comments

Comments
 (0)