7 lines
117 B
CSS
7 lines
117 B
CSS
.wp-block-button__link {
|
|
border-radius: 0px;
|
|
@apply border-primary border bg-transparent text-primary;
|
|
}
|
|
|
|
|