summaryrefslogtreecommitdiffstats
path: root/wp-includes/css/dist/block-library/classic-rtl.css
blob: 747488b86877eea4d87af2c1318fad4727019ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.wp-block-button__link{
  background-color:#32373c;
  border-radius:9999px;
  box-shadow:none;
  color:#fff;
  font-size:1.125em;
  padding:calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration:none;
}

.wp-block-file__button{
  background:#32373c;
  color:#fff;
}