﻿/* CSS for TakeAsh.net */

#wiki-wrapper {
  max-width: 95%;
}

#wiki-content>.has-sidebar {
  display: flex;
  flex-direction: row-reverse;
}

#wiki-sidebar {
  width: 18em;
  height: fit-content;
  position: sticky;
  top: 0;
}

.has-sidebar #wiki-body {
  flex-grow: 1;
}

.markdown-body {
  padding: 1em;
}

.col-3 {
  width: initial;
}

.highlight .nn {
  color: #606000
}

.highlight .py {
  color: #006060
}