diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 89392e4..a7e107b 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -3167,6 +3167,10 @@ table.table { color: var(--txt-2) !important; } +.tdx-table-fade-right { + background: linear-gradient(to right,transparent,var(--bg-0)) !important; +} + thead, tbody, tfoot, tr, td, th { border-color: var(--border-0); }