We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0859e76 commit b69c65aCopy full SHA for b69c65a
config.toml
@@ -1,6 +1,6 @@
1
# The URL the site will be built for
2
base_url = "https://blog.rust-lang.org"
3
-highlight_theme = "base16-ocean-dark"
+highlight_theme = "Tomorrow"
4
5
# Whether to automatically compile all Sass files in the sass directory
6
compile_sass = true
sass/app.scss
@@ -13,6 +13,13 @@ html {
13
font-size: 62.5%;
14
}
15
16
+pre {
17
+ overflow: scroll;
18
+ border: 1px solid $gray;
19
+ border-radius: 5px;
20
+ padding: 1rem;
21
+}
22
+
23
@media screen and (min-width: 30em) {
24
html {
25
font-size: 75%;
0 commit comments