mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
9 lines
221 B
CSS
9 lines
221 B
CSS
|
.wp-block-query-pagination-numbers a{
|
||
|
text-decoration:underline;
|
||
|
}
|
||
|
.wp-block-query-pagination-numbers .page-numbers{
|
||
|
margin-right:2px;
|
||
|
}
|
||
|
.wp-block-query-pagination-numbers .page-numbers:last-child{
|
||
|
margin-right:0;
|
||
|
}
|