Browse Source

better border radius

pull/179/head
Marius 4 years ago
parent
commit
c094c6088c
  1. 2
      CSS/themes/petio/petio-base.css

2
CSS/themes/petio/petio-base.css

@ -177,7 +177,7 @@ code {
.color-red { .color-red {
/* Ratings */ /* Ratings */
background: rgb(0 0 0 / 25%); background: rgb(0 0 0 / 25%);
border-radius: 100px; border-radius: 5px;
padding: 0px 7px; padding: 0px 7px;
} }

Loading…
Cancel
Save