jakartaee / jakartablogs.ee

Welcome to the blog home of open source, cloud native Java innovation! Read posts from our global community on Jakarta EE news, technologies, best practices, and compatible products.
https://jakartablogs.ee
Eclipse Public License 2.0
11 stars 20 forks source link

Fix the CSS #106

Closed ericpoirier closed 2 years ago

ericpoirier commented 2 years ago

We need to fix the CSS on jakartablogs since its using the styles of jakarta.ee which has changed a lot since the start of the redesign.

Instead of getting the css from jakarta.ee we will need to compile less files locally to the jakartablogs website in order remove the risk of this happening again.

The header currently looks bad because of the background image and text color: https://jakartablogs.ee/

We might also want to look at updating the styles of the footer prefix section which contains the "Sign up to our Newsletter" section.

ericpoirier commented 2 years ago

The header now looks much better on production.

https://jakartablogs.ee/

Now closing.