Make WordPress Core

Ticket #58558: 58558.patch

File 58558.patch, 651 bytes (added by nidhidhandhukiya, 3 years ago)
  • wp-content/themes/twentynineteen/style.css

     
    66216621.gallery-item > div > a:focus {
    66226622  box-shadow: 0 0 0 2px #0073aa;
    66236623}
     6624.wp-block-separator.has-primary-background-color:not(.is-style-dots) {
     6625  background-color: #0073A8;
     6626}
     6627.wp-block-separator.has-secondary-background-color:not(.is-style-dots){
     6628  background-color: #005075;
     6629}
     6630.wp-block-separator.has-dark-gray-background-color:not(.is-style-dots){
     6631  background-color: #111;
     6632}