
.gdoc-header {
  background-color: #fe4646fb;
}

.gdoc-brand__title {
  color: #fff;
  font-weight: bold;
}

.wrapper {
  background-color: #181818;
}


p,
blockquote,
ul,
ol,
dl,
table,
pre {
  margin-top: 0;
  margin-bottom: 16px;
}

table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;

  border-collapse: collapse;
  margin-bottom: 24px;
}

table th {
  font-weight: bold;
}

table th,
table td {
  padding: 4px 8px 4px 8px;
  /* Top: 4px, Right: 8px, Bottom: 4px, Left: 8px */
  border: 1px solid #ffffff26;
}


/* this is a HACK to hide the sidebar, which cant be removed via params.. */
.sidebar {
  display: none;
}


/*
 * ----------------------------
 * error codes 
 * ----------------------------
*/
m {
  background-color: #111111;
  color: #ff00aaff
}

r {
  background-color: #111111;
  color: #FF0000
}

o {
  background-color: #111111;
  color: #FFA500
}

g {
  background-color: #111111;
  color: #39FF14
}

b {
  background-color: #111111;
  color: #04D9FF
}

y {
  background-color: #111111;
  color: #fff200
}


/*
 * ----------------------------
 * code 
 * ----------------------------
*/

/* for some reason geekdoc adds a color for @ symbols, so we need to override that */
.language-dart .cl .err {
  background-color: transparent;
}

code {
  font-family: Consolas, Monaco, Andale Mono, monospace;
  line-height: 1.6;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;

}

pre {
  background-color: #2b2b2b;
  border-radius: 10px;
  padding: 0.5em;
}