server: include default chrome CSS as a baseline for news threads
This commit is contained in:
parent
816587b688
commit
a81a803cca
@ -90,9 +90,11 @@ struct InlineStyle;
|
||||
impl Transformer for InlineStyle {
|
||||
fn transform(&self, html: &str) -> Result<String, TransformError> {
|
||||
let css = concat!(
|
||||
"/* mvp.css */\n",
|
||||
"/* chrome-default.css */\n",
|
||||
include_str!("chrome-default.css"),
|
||||
"\n/* mvp.css */\n",
|
||||
include_str!("mvp.css"),
|
||||
"/* Xinu Specific overrides */\n",
|
||||
"\n/* Xinu Specific overrides */\n",
|
||||
include_str!("custom.css"),
|
||||
);
|
||||
let inline_opts = InlineOptions {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user