Sha256: 63628bcfdf5d8791de6103e43730b36128c13e814d70eca6b1befdf6adfa2771
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
html, body { font: { family: $main-font; size: $main-font-size; style: normal; variant: normal; weight: normal; } line-height: $main-line-height; text-rendering: optimizeLegibility; } p { margin: 0.1em 0 0.2em 0; } h1, h2, h3, h4, h5, h6 { font-family: $heading-font; font-weight: bold; margin: 0.25em 0 0.2em 0; text-rendering: geometricPrecision; // This patch makes buttons in headings look less weird. input[type=submit], input[type=button], button, a.button { font-family: $main-font; font-size: 1.1em; text-rendering: optimizeLegibility; } } h1 { font-size: $h1-font-size; line-height: $h1-line-height; color: $h1-text-color; } h2 { font-size: $h2-font-size; line-height: $h2-line-height; color: $h2-text-color; } h3 { font-size: $h3-font-size; line-height: $h3-line-height; color: $h3-text-color; } h4 { font-size: $h4-font-size; line-height: $h4-line-height; color: $h4-text-color; } h5 { font-size: $h5-font-size; line-height: $h5-line-height; color: $h5-text-color; } h6 { font-size: $h6-font-size; line-height: $h6-line-height; color: $h6-text-color; } thead, th { font-weight: bold; color: $table-heading-text-color; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pwnstyles_rails-0.1.24 | app/assets/stylesheets/generic/_text.css.scss |
pwnstyles_rails-0.1.23 | app/assets/stylesheets/generic/_text.css.scss |