Rounded edges
The theme is designed with rounded edges for most elements by default. However, you can disable or adjust the roundness of these elements using Ghost code injections option.
To disable/modify rounded edges:
<style>
:root{
--global-border-radius: 1.5rem;
}
</style>
Note: To disable rounded edges, use the value 0. e.g. : --global-border-radius: 0;