Skip to content

Commit b69c65a

Browse files
committed
Update code formatting
1 parent 0859e76 commit b69c65a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The URL the site will be built for
22
base_url = "https://blog.rust-lang.org"
3-
highlight_theme = "base16-ocean-dark"
3+
highlight_theme = "Tomorrow"
44

55
# Whether to automatically compile all Sass files in the sass directory
66
compile_sass = true

sass/app.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ html {
1313
font-size: 62.5%;
1414
}
1515

16+
pre {
17+
overflow: scroll;
18+
border: 1px solid $gray;
19+
border-radius: 5px;
20+
padding: 1rem;
21+
}
22+
1623
@media screen and (min-width: 30em) {
1724
html {
1825
font-size: 75%;

0 commit comments

Comments
 (0)