Make WordPress Core

Ticket #63331: 63331.patch

File 63331.patch, 530 bytes (added by viralsampat, 17 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • src/wp-content/themes/twentynineteen/style.css

    diff --git src/wp-content/themes/twentynineteen/style.css src/wp-content/themes/twentynineteen/style.css
    index 2124cf584f..7750243647 100644
    blockquote cite {  
    26082608  color: #767676;
    26092609}
    26102610
     2611/* Add CSS for calendar block */
     2612.wp-block-calendar table{
     2613  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
     2614}
     2615
    26112616table {
    26122617  margin: 0 0 1rem;
    26132618  border-collapse: collapse;