git-subtree-dir: SiriusPress/wordpress
git-subtree-mainline: 6d2204413f383520b3f2ece120bc7324f2e88906
git-subtree-split: 1f173de885
11 lines
No EOL
336 B
CSS
11 lines
No EOL
336 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])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {
|
|
text-decoration: none;
|
|
} |