Make WordPress Core

Ticket #58489: 58489.2.diff

File 58489.2.diff, 1.2 KB (added by sarath.ar, 15 months ago)
  • src/wp-content/themes/twentytwenty/style-rtl.css

    From 8b38dfb799b1f7baada622f4f493ec2a9e346abd Mon Sep 17 00:00:00 2001
    From: Sarath A R <sarath@awsm.in>
    Date: Fri, 9 Jun 2023 16:14:15 +0530
    Subject: [PATCH] Fixed #58489
    
    ---
     src/wp-content/themes/twentytwenty/style-rtl.css | 3 +++
     src/wp-content/themes/twentytwenty/style.css     | 3 +++
     2 files changed, 6 insertions(+)
    
    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index e9200c45fe..e0d028ac23 100644
    a b h2.entry-title { 
    28622862        font-size: 1.5em;
    28632863        line-height: 1.3;
    28642864}
     2865.entry-content table{
     2866        font-size: inherit;
     2867}
    28652868
    28662869
    28672870/* Block: Base Margins ----------------------- */
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index bd85ce4afe..6f5f0630c7 100644
    a b h2.entry-title { 
    28822882        font-size: 1.5em;
    28832883        line-height: 1.3;
    28842884}
     2885.entry-content table{
     2886        font-size: inherit;
     2887}
    28852888
    28862889
    28872890/* Block: Base Margins ----------------------- */