I am thinking of this now that firefox 3.5 is (almost) out. For browsers that support it, this should be a great way to make the headings pop out. For everyone else, there should be no difference.

To test what I am thinking, try adding the following to local.css:

#content h1, #content h2, #content h3, #content h4 {
  text-shadow: #bbb 1px 1px 2px;
} 

That should make the headings pop out a little. play with the numbers/colours and let me know what you think is good. The syntax is:

text-shadow: #hex-for-colour x-offset y-offset blur-radius.

Comments

NaheemSays’s picture

Just as a heads up - I have committed the above code and you can also preview it at http://arthemia.theraggedyedge.co.uk/

If you think the colours etc should be changed, let me know what you think to. (this goes for the majority of the theme - I am open to suggestions.)

NaheemSays’s picture

Status: Active » Closed (fixed)

This was added a good few with no complaints, so marking as closed.