I recently got around to redesigning my blog. The whole design uses only the colours available on the Commodore 64 – the first computer I ever made video games for. The theme is based on the underscores theme, a bare bones theme that supports sass.
Underscores
A bare bones WordPress theme for use with Sass.
Getting Sassy
I can’t believe I’ve only just discovered sass. Sass is a preprocessor for css that makes editing your site’s style much more manageable. It includes things like variables and scoping that makes editing style a lot easier. Sass can then be compiled to normal css and used in any website.