Skip to content

Commit af6f4a8

Browse files
authored
fix: update project badges style
Signed-off-by: Rasheedat Atinuke Jamiu <56790407+RashRAJ@users.noreply.github.com>
1 parent 2723bac commit af6f4a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)