Skip to content

Commit 43ecd00

Browse files
committed
Fix SASS syntax err, build theme.css for #432
1 parent 42bf98c commit 43ecd00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sphinx_rtd_theme/static/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/_theme_layout.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ footer
431431
+media($desktop-wider)
432432
.wy-nav-content-wrap
433433
background: rgba(0,0,0,.05)
434-
.wy-nav-content
434+
.wy-nav-content
435435
background: $section-background-color
436436

437437
@media print

0 commit comments

Comments
 (0)