Files
homeproz/wp-includes/blocks/read-more/style-rtl.css
T
2025-11-28 16:05:26 -06:00

10 lines
301 B
CSS
Executable File

.wp-block-read-more{
display:block;
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;
}