Skip Navigation

line-height still too low in the compact themes in the 0.18.1 release

Right now I have to put this in a custom Stylus CSS override to have good readability when using a compact theme:

.post-listing {
    line-height: 1.5 !important;
}

The CSS needs to be "fixed" as it seems to go against typography best-practices.

2

You're viewing a single thread.