2023-04-26 17:39:43 +02:00
|
|
|
.wp-block-read-more{
|
|
|
|
|
display:block;
|
|
|
|
|
width:fit-content;
|
2022-06-16 14:03:35 +02:00
|
|
|
}
|
2024-04-17 11:32:24 +02:00
|
|
|
.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{
|
2023-04-26 17:39:43 +02:00
|
|
|
text-decoration:none;
|
2022-06-16 14:03:35 +02:00
|
|
|
}
|