Thursday, August 2, 2007

3

This controls Size of Post titles. The color is changed in the variable.

This is the original code.

h3.post-title {
font-size: 140%;
color: $titlecolor;


This is how I modified it for testing.

h3.post-title {
font-size: 300%;
color: $titlecolor;
}

No comments: