Quote:
Originally Posted by krunk
The documentation says extra_css should be placed in the <style></style> tags of the <head>. So I checked in output/index.html to be sure and nothing was placed their either.
|
AFAIK, it appears in stylesheet.css.
Quote:
Originally Posted by krunk
The modified recipe looks like:
Code:
extra_css = """
h1 {
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
font-size:large;
}
"""
|
You need indents in the extra_css, just like elsewhere, or they'll get ignored.