kae-hub You can change the corner roundness as you wish from ":root" at the top of the code.
:root {
--border-radius: 14px !important;
--discussion-title-color: #636d79;
}
The part you need to change is --border-radius: 14px !important;
Where it says 14px, you can lower it until you reach the corner roundness you want. Flarum's standard border-radius setting is 4px.
Ex; --border-radius: 4px !important;