File tree Expand file tree Collapse file tree
src/wp-content/themes/twentytwenty Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ @charset "UTF-8" ;
2+
13/*
24Theme Name: Twenty Twenty
35Text Domain: twentytwenty
@@ -716,6 +718,7 @@ input[type="checkbox"] {
716718input [type = "checkbox" ]: checked ::before {
717719 /* Use the "Yes" SVG Dashicon */
718720 content : url ("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E" );
721+ content : url ("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E" / '' );
719722 position : absolute;
720723 display : inline-block;
721724 margin : -0.1875rem -0.25rem 0 0 ;
@@ -3233,6 +3236,7 @@ figure.wp-block-gallery.alignfull {
32333236 border-radius : 50% ;
32343237 color : # cd2653 ;
32353238 content : "”" ;
3239+ content : "”" / '' ;
32363240 display : block;
32373241 font-size : 6.2rem ;
32383242 font-weight : 500 ;
@@ -3370,6 +3374,7 @@ hr.wp-block-separator {
33703374 background : none;
33713375 color : inherit;
33723376 content : "···" ;
3377+ content : "···" / '' ;
33733378 font-size : 3.2rem ;
33743379 font-weight : 700 ;
33753380 height : auto;
@@ -4390,6 +4395,7 @@ div.comment:first-of-type {
43904395
43914396.widget_rss cite ::before {
43924397 content : "— " ;
4398+ content : "— " / '' ;
43934399}
43944400
43954401/* Widget: Search ---------------------------- */
You can’t perform that action at this time.
0 commit comments