.prose table {
                    background-color: #2d3748 !important;
                    border-collapse: collapse !important;
                    width: 100% !important;
                }
                .prose table th,
                .prose table td {
                    background-color: #2d3748 !important;
                    color: #ffffff !important;
                    border: 1px solid #4a5568 !important;
                    padding: 12px !important;
                }
                .prose table th {
                    background-color: #4a5568 !important;
                    font-weight: bold !important;
                }
                .prose table tr {
                    background-color: #2d3748 !important;
                }