Compare commits

...

1 Commits

Author SHA1 Message Date
c651ba0ef0 Рамки вокруг кода 2020-04-10 18:05:05 +03:00

View File

@ -1,5 +1,6 @@
.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-err { color: #a61717; background-color: #e3d2d2 } /* Error */
.listingblock .pygments .tok-k { color: #008800; font-weight: bold } /* Keyword */