/* custom-notification-history.css */
.notification-history-table {
    /* Your custom styles here */
}

/* Override a theme’s table style if needed */
.notification-history-table th {
    /* Inherit styles from theme but adjust as necessary */
    color: inherit; /* Example of inheriting color */
}