godotengine / godot-website

The code for the official Godot Engine website. A static site built using Jekyll.
https://godotengine.org
MIT License
294 stars 142 forks source link

Apply border-radius to buttons #708

Closed WebSnke closed 12 months ago

WebSnke commented 1 year ago

Before: image

After: image

coppolaemilio commented 12 months ago

Hello there! Thanks for the contribution! Unfortunately, we can't change the style of these buttons without considering the impacts in the rest of the pages and design language currently being used. If you want to propose a new design system you might want to start by joining our #website channel in https://chat.godotengine.org and then propose what sort of changes you would like to see and why (share mockups, etc..).

Closing this for now, but hope to see you around!

WebSnke commented 12 months ago

Hello there! Thanks for the contribution! Unfortunately, we can't change the style of these buttons without considering the impacts in the rest of the pages and design language currently being used. If you want to propose a new design system you might want to start by joining our #website channel in https://chat.godotengine.org and then propose what sort of changes you would like to see and why (share mockups, etc..).

Closing this for now, but hope to see you around!

@coppolaemilio I applied the border-radius because other parts of the website already use it. That's also why I choose 7px.

The border-radius is already used in the latest news section, the donate button in the header and the feature cards: image