Skip to content

Commit 6ec5f70

Browse files
lanesawyerctron
authored andcommitted
chore: Update Juice and tweak dark theme
1 parent 50c2297 commit 6ec5f70

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

site/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Trunk | Build, bundle & ship your Rust WASM application to the web"
44

55
compile_sass = true
66
build_search_index = true
7-
generate_feed = true
7+
generate_feeds = true
88

99
theme = "juice"
1010

site/sass/custom.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
.content pre > code {
33
padding: unset;
44
}
5+
6+
// Fix the background color of the juice theme
7+
.content pre {
8+
background-color: var(--code-background-color) !important;
9+
}

site/templates/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ <h3 class="title-text">
5353
</style>
5454
{% endblock hero %}
5555

56+
{% block sidebar %}
57+
{% endblock sidebar %}
58+
5659
{% block footer %}
5760
<footer>
5861
<p>

0 commit comments

Comments
 (0)