We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc0ac5 commit afe260fCopy full SHA for afe260f
src/rustbook/css.rs
@@ -11,7 +11,7 @@
11
// The rust-book CSS in string form.
12
13
pub static STYLE: &'static str = r#"
14
-@import url("//static.rust-lang.org/doc/master/rust.css");
+@import url("../rust.css");
15
16
body {
17
max-width:none;
0 commit comments