Merge branch 'master' of git.246060.ru:/f1x1t/pelican-theme-bootstrap4 into HEAD

This commit is contained in:
Andrei Astafev 2020-04-12 17:10:02 +03:00
commit 7e40890fd4

View File

@ -1,5 +1,6 @@
.listingblock .pygments .hll { background-color: #ffffcc } .listingblock .pygments .hll { background-color: #ffffcc }
.listingblock .pygments, .listingblock .pygments code { background: #ffffff; } .listingblock .pygments { border:1px #ddd solid;padding: 5px;background: #f8f8f8; }
.listingblock .pygments code { background: #f8f8f8; }
.listingblock .pygments .tok-c { color: #888888 } /* Comment */ .listingblock .pygments .tok-c { color: #888888 } /* Comment */
.listingblock .pygments .tok-err { color: #a61717; background-color: #e3d2d2 } /* Error */ .listingblock .pygments .tok-err { color: #a61717; background-color: #e3d2d2 } /* Error */
.listingblock .pygments .tok-k { color: #008800; font-weight: bold } /* Keyword */ .listingblock .pygments .tok-k { color: #008800; font-weight: bold } /* Keyword */