Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions src/PRDigest.NET/HtmlGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,31 @@ pre code {
border-radius: 0;
}

table {
width: 100%;
border-collapse: collapse;
margin: 16px 0;
font-size: 14px;
color: #374151;
}

th {
background: #f3f4f6;
color: #1a1a1a;
font-weight: 600;
text-align: left;
padding: 10px 14px;
border: 1px solid #e5e7eb;
overflow-wrap: break-word;
}

td {
padding: 8px 14px;
border: 1px solid #e5e7eb;
overflow-wrap: anywhere;
word-break: break-word;
}

details {
margin: 0px 0px 8px 0px;
background-color: #f5f5f5;
Expand Down Expand Up @@ -928,6 +953,17 @@ pre code {
border-color: #374151;
}

th {
background: #374151;
color: #f9fafb;
border-color: #4b5563;
}

td {
border-color: #4b5563;
color: #d1d5db;
}

.stat-card {
background: #374151;
border-color: #4b5563;
Expand Down