Skip to content

Commit 2723bac

Browse files
authored
fix: Update header for dark mode
Signed-off-by: Rasheedat Atinuke Jamiu <56790407+RashRAJ@users.noreply.github.com>
1 parent d79160c commit 2723bac

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/sections/Community/Handbook/recognition.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ const RecognitionPage = () => {
113113
<h4>Activity Badges</h4>
114114
<table style={{ width: "100%", borderCollapse: "collapse", marginBottom: "2rem" }}>
115115
<thead>
116-
<tr style={{ borderBottom: "2px solid #ddd", backgroundColor: "#f5f5f5" }}>
117-
<th style={{ textAlign: "left", padding: "12px" }}>Badge</th>
118-
<th style={{ textAlign: "left", padding: "12px" }}>Name</th>
119-
<th style={{ textAlign: "left", padding: "12px" }}>Badge Key</th>
120-
<th style={{ textAlign: "left", padding: "12px" }}>Description</th>
116+
<tr style={{ borderBottom: "2px solid var(--text-color, #ddd)", backgroundColor: "rgba(0, 0, 0, 0.05)" }}>
117+
<th style={{ textAlign: "left", padding: "12px", fontWeight: "600" }}>Badge</th>
118+
<th style={{ textAlign: "left", padding: "12px", fontWeight: "600" }}>Name</th>
119+
<th style={{ textAlign: "left", padding: "12px", fontWeight: "600" }}>Badge Key</th>
120+
<th style={{ textAlign: "left", padding: "12px", fontWeight: "600" }}>Description</th>
121121
</tr>
122122
</thead>
123123
<tbody>
@@ -369,11 +369,11 @@ const RecognitionPage = () => {
369369
<h4>Special Recognition Badges</h4>
370370
<table style={{ width: "100%", borderCollapse: "collapse", marginBottom: "2rem" }}>
371371
<thead>
372-
<tr style={{ borderBottom: "2px solid #ddd", backgroundColor: "#f5f5f5" }}>
373-
<th style={{ textAlign: "left", padding: "12px" }}>Badge</th>
374-
<th style={{ textAlign: "left", padding: "12px" }}>Name</th>
375-
<th style={{ textAlign: "left", padding: "12px" }}>Badge Key</th>
376-
<th style={{ textAlign: "left", padding: "12px" }}>Description</th>
372+
<tr style={{ borderBottom: "2px solid var(--text-color, #ddd)", backgroundColor: "rgba(0, 0, 0, 0.05)" }}>
373+
<th style={{ textAlign: "left", padding: "12px", fontWeight: "600" }}>Badge</th>
374+
<th style={{ textAlign: "left", padding: "12px", fontWeight: "600" }}>Name</th>
375+
<th style={{ textAlign: "left", padding: "12px", fontWeight: "600" }}>Badge Key</th>
376+
<th style={{ textAlign: "left", padding: "12px", fontWeight: "600" }}>Description</th>
377377
</tr>
378378
</thead>
379379
<tbody>
@@ -453,4 +453,4 @@ const RecognitionPage = () => {
453453
);
454454
};
455455

456-
export default RecognitionPage;
456+
export default RecognitionPage;

0 commit comments

Comments
 (0)