Skip to content

Commit ac90461

Browse files
committedMay 28, 2015
foo
1 parent f766041 commit ac90461

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎stories/creating-a-theme.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ Notice we renamed ``syntax.css`` as ``code.css``? That's because Nikola handles
196196
in a particular way, because we have a setting called ``CODE_COLOR_SCHEME`` where you can configure
197197
what color scheme the syntax highlighter uses. Having your own ``assets/css/code.css`` just makes it work.
198198

199+
**FIXME:** The syntax highlighting is broken, needs fixing.
200+
199201
But how do I tell **our** lanyon theme to use those CSS files instead of whatever it's using now?
200202
By giving our theme its own base_helper.tmpl
201203

@@ -512,7 +514,7 @@ The sidebar looks bad because of yet more CSS conflicts with rst.css. By adding
512514
transition: all .3s ease-in-out;
513515
}
514516

515-
Also, the accessibility link on top is visible when it should not. That's because we removed "theme.css" from the base theme, and with it, we lost a cople of classes. We can add them in lanyon.css:
517+
Also, the accessibility link on top is visible when it should not. That's because we removed "theme.css" from the base theme, and with it, we lost a couple of classes. We can add them in lanyon.css:
516518

517519
.. code:: css
518520

0 commit comments

Comments
 (0)
Please sign in to comment.