How to make forum buttons rounded across all themes

You can also do

:root {
  --d-button-border-radius: 5px
}

or

:root {
  --d-border-radius: 5px; 
}

if you really want rounded corners everywhere

3 Likes