"Dirk-Jan C. Binnema" <djcb.b...@gmail.com> writes: > So, the code has all of it's CSS inline -- which is nice because that > way people who read through aggregators or feed readers also get the > colors. > > *however* the <pre class="src src-emacs-lisp"> expects to find its style > information in <head>. And that part is not used by RSS / aggregators -- > I am using a dark color theme in my emacs, which is reflect in the > colors in use for code: the whole <pre> block should > have a black background, so people can read my light-yellow code...
pre.src { background-color:#000000; } should do it. Sebastian _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode