defold / defold.github.io

www.defold.com
Other
11 stars 13 forks source link

A few fixes for dark mode #99

Closed mikatuo closed 9 months ago

mikatuo commented 9 months ago

Changes

fix blog posts to be dark in dark mode

image

10% darker header image on Learn, Tutorials, Videos pages

image

10% darker "Learn Defold" section on the front page

image

fix svg icons color on Tutorials page

Render <svg> on the page instead of <img>. {% include ... %} looks for files in the _includes folder, because of that {% include_relative ... %} is used instead to be able to include /images/icons without copying them into _includes.

image

fix svg icons color on Learn page

image

rounded images on Tutorials page

IMO it looks a tad nicer

image