PDF export makes table headers grey

edit: give this a try (works in Sandbox using dark theme):

@media print {
  .markdown-rendered th {
    color: #000;
  }
} 

1 Like