RRZE-Webteam / rrze-elements

Sammlung von Gestaltungselementen für WordPress-Websites
4 stars 5 forks source link

border-radius für fau-theme #260

Closed xwolfde closed 1 year ago

xwolfde commented 1 year ago

Du hast in _accordion.scss:227

.fau-theme .accordion-toggle {
  border-radius: 4px;
  background-clip: padding-box;
}

Bitte border-radius: 4px; durch border-radius: var(--border-radius, 4px); ersetzen.