Files
site-plata-upravleniya-rf/backup/wp/wp-includes/blocks/read-more/style.css
2025-06-08 20:07:38 +09:00

11 lines
337 B
CSS

.wp-block-read-more{
display:block;
width:-moz-fit-content;
width:fit-content;
}
.wp-block-read-more:where(:not([style*=text-decoration])){
text-decoration:none;
}
.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{
text-decoration:none;
}