mcat 0.2.7

a powerfull extended cat command, to cat all the things you couldn't before
body {
  background-color: #f8f8fc;
  color: #323640;
  font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
  min-width: 1200px;
  line-height: 1.6;
  padding: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323640;
  margin-top: 1.5em;
}

h1 {
  font-size: 2.2em;
  border-bottom: 2px solid #7e8a9e;
  padding-bottom: 0.3em;
}

h2 {
  font-size: 1.8em;
  border-bottom: 1px solid #7e8a9e;
  padding-bottom: 0.2em;
}

h3 {
  font-size: 1.4em;
}

h4,
h5,
h6 {
  color: #e3438e;
}

a {
  color: #3D76F3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

code {
  background-color: #ececf2;
  color: #51A150;
  padding: 0.2em 0.4em;
  border-radius: 4px;
}

pre {
  background-color: #ececf2;
  color: #323640;
  padding: 1em;
  overflow-x: auto;
  border: 1px solid #7e8a9e;
  border-radius: 6px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-y: hidden;
}

pre code {
  background: none;
  padding: 0;
  color: inherit;
  display: block;
}

pre::-webkit-scrollbar {
  display: none;
}

blockquote {
  border-left: 4px solid #3D76F3;
  background-color: #ececf2;
  padding: 0.8em 1em;
  color: #323640;
  margin: 1em 0;
}

ul,
ol {
  padding-left: 2em;
}

li::marker {
  color: #e3438e;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}

th,
td {
  border: 1px solid #7e8a9e;
  padding: 0.6em 1em;
}

th {
  background-color: #ececf2;
  color: #e3438e;
}

tr:nth-child(even) {
  background-color: #f0f0f9;
}

hr {
  border: none;
  border-top: 1px solid #7e8a9e;
  margin: 2em 0;
}

.keyword,
.storage.modifier,
.storage.type {
  color: #E35043;
}

.entity.name.function,
.support.function,
.variable.function {
  color: #3D76F3;
}

.module,
.struct,
.enum,
.generic,
.path {
  color: #AB31A9;
}

.string,
.punctuation.string {
  color: #51A150;
}

.constant,
.support.type {
  color: #976700;
}

.comment,
.punctuation.comment {
  color: #A0A1A7;
  font-style: italic;
}

.variable,
.operator,
.punctuation,
.block {
  color: #323640;
}