Skip to content

Commit 690f562

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,10 @@ footer
429429
vertical-align: top
430430

431431
+media($desktop-wider)
432-
.wy-nav-content-wrap
433-
background: rgba(0,0,0,.05)
432+
.wy-nav-content-wrap
433+
background: rgba(0,0,0,.05)
434434
.wy-nav-content
435-
background: $section-background-color
435+
background: $section-background-color
436436

437437
@media print
438438
.rst-versions, footer, .wy-nav-side

0 commit comments

Comments
 (0)