weflock/assets/css
Badri Sunderarajan e6ae9b83e8 Add .gh-inline class to make fonts work on nested elements
By default, the theme only styles elements (eg. <p>) if they are
directly in the post body: if there's a <p> inside a <div>, for
example, it won't be styled. This is problematic for elements that
need to look like part of the main text, such as mathbox passages
or subscription detail boxes, because we'd have to manually style
each of them to match...

...except we don't because now adding the `.gh-inline` class takes
care of it all! We directly tack on to the `.gh-content` direct
rules, so if that gets updated then ours will too, no further
action needed. Yayy!
2021-11-14 16:33:25 +05:30
..
.csscomb.json CSS Comb 💇🏻 2017-06-16 09:44:12 +01:00
csscomb.json Added CSScomb and combed 💇🏻 2017-08-02 12:41:14 +04:00
global.css Make image block element by default 2021-03-29 11:34:53 +08:00
screen.css Add .gh-inline class to make fonts work on nested elements 2021-11-14 16:33:25 +05:30