Making WordPress.org

Ticket #2696: 2696.2.diff

File 2696.2.diff, 1.1 KB (added by SergeyBiryukov, 7 years ago)
  • wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/page/style.scss

     
    2727                        text-transform: uppercase;
    2828                }
    2929
     30                a {
     31                        text-decoration: underline;
     32                }
     33
    3034                section {
    3135                        padding: 2rem 0;
    3236
  • wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/style.scss

     
    107107                                border: 0;
    108108                        }
    109109                }
    110                
     110
     111                a {
     112                        text-decoration: underline;
     113                }
     114
    111115                tr {
    112116                        border-bottom: 1px solid #eee;
    113117