.theme__dark .single__contents h3 {
  color: #97b1ff;
  font-weight: 450;
  }

.theme__dark .single__contents h1 {
  color: #97b1ff;
  font-weight: 550;
  }
.theme__dark .single__contents h2 {
  color: #97b1ff;
  font-weight: 500;
  }

.theme__dark .single__contents h1 {
  color: #97b1ff;
  font-weight: 600;
  }

  .single__title {
font-weight: 600;
}

ul.shellcode {
  list-style: none;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: '$';
  line-height: 1.2;
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-width: 0px;
  white-space: nowrap;
  border-spacing: 5px;
    border-left: 5px solid green;
    counter-reset: line;
    overflow-y: auto;
}

li.shellcode {
    counter-increment: line;
}
li.shellprompt {
  list-style-type: '$' ;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  border-width: 0px;
  border-spacing: 0px;
}

li.rootprompt {
  list-style-type: '#';
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-spacing: 0px;
  padding-left: 10px;
}
li.shelloutput {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  border-width: 0px;
  border-spacing: 0px;
}

