Skip to content
Draft
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
9 changes: 9 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,12 @@ div[class*="admonition"][class*="danger"] svg {
div[class*="admonition"][class*="caution"] svg {
fill: #f97316 !important;
}

/*
* Table styling improvements
* Issue #33: Fix vertical alignment from middle to top for better readability
*/
.theme-doc-markdown table td,
.theme-doc-markdown table th {
vertical-align: top;
}