Files
Roman Pyrih acb036dbd9 first commit
2026-05-21 15:33:11 +02:00

10 lines
309 B
CSS

.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])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {
text-decoration: none;
}