Add #fff background for snippets

This commit is contained in:
steve-chavez
2018-09-20 10:47:52 -05:00
committed by Steve Chávez
parent 4b37af8f73
commit a1d4b3ed34
+4
View File
@@ -1,3 +1,7 @@
div.wy-menu.rst-pro {
display: none !important;
}
div.highlight {
background: #fff !important;
}