I have a light-on-dark default color theme
http://yfrog.com/7ettfpp please add color: black; to the body {} CSS.
Thanks.
> That is gross. :)
really?
i've found it to be very useful for one reason in particular. if a page is called via https, then any uris in the css file need to be https as well. so i like to have php make the css file match the protocol when it specifies uris.
i suppose i could omit those parts of the stylesheet and specify them in each script. i just feel like this is a better solution. what do you think?