/* Credit: https://blog.webjeda.com/jekyll-toc/ */

/* Adding 'Table of Contents' headline to the TOC */
#pure-toc::before {
  content: "Table of Contents";
  font-weight: bold;
}

/* Using numbers instead of bullets for listing */
#pure-toc ul {
  list-style: decimal;
}

#pure-toc a {
  text-decoration: none;
}

#pure-toc {
  border: 1px solid black;
  /* top right bottom left */
  padding: 1.5em 1.5em 0em 1.5em;
  margin-bottom: 3em;
  list-style: decimal;
  display: inline-block;
  background-color: #ccc;
}

/* For list_all_posts.html */
.list-all-posts li {
  margin-bottom: 1.5em;
}

.no-decoration {
  text-decoration: none;
  font-weight: bold;
}

#lunr-search-results a {
  text-decoration: none;
  font-weight: bold;
}

/* pnry highlight heading pnry added*/

/* .post-content h1:not(:first-child) {
    background-image: url('https://lh3.googleusercontent.com/-ObvwFrA5TaY/YYvYqA4xQUI/AAAAAAAAANE/O-zYedAf2zUhoiDKXbDj2nTHJ7niBfBHwCLcBGAsYHQ/h148/highlight_2.png');
    background-image: url('../assets/images/uploads/highlight_2.png');
    background-repeat: no-repeat;
    width height
    background-size: 90% 95%;
    vertical horizontal;
    padding: 9px 0;
} */

/* .post-content h2 {
    background-image: url('https://lh3.googleusercontent.com/-ObvwFrA5TaY/YYvYqA4xQUI/AAAAAAAAANE/O-zYedAf2zUhoiDKXbDj2nTHJ7niBfBHwCLcBGAsYHQ/h148/highlight_2.png');
    background-image: url('../assets/images/uploads/highlight_2.png');
    background-repeat: no-repeat;
    width height
    background-size: 90% 95%;
    vertical horizontal;
    padding: 9px 0;
} */

/* .blog-title {vertical horizontal;
    background-image: url('../assets/images/uploads/highlight_2.png');
    background-repeat: no-repeat;
    background-size: 90% 95%;
    padding: 9px 0;
} */

.poweredby, .copyright {
    font-size: 8px !important;
}


/* Terminal run: rougify style monokai.sublime > syntax_monokai.sublime.css
 */

.language-plaintext {
    color: #B82A5B;
    background-color: #bbb;
}

/* auto detect

@media (prefers-color-scheme: dark) {
    body {
        background-color: #F0F0F0 !important;
    }
}
 */
 
 /* Reduce white */
 
 body {
    background-color: #ccc !important;
}