summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/read-more/style.css
blob: 76ab0280854a2e816a8ce472288297f23525d50f (plain)
1
2
3
4
5
6
7
8
9
10
11
.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;
}