/* @import "theme/app.css"; 
@import "theme/content.css"; 
@import "theme/cover.css"; 
@import "theme/navbar.css";*/

@import "theme/content.css";
@import "theme/sidebar.css";

:root {
    --base-font-size: 16px;
    --theme-color   : rgb(255, 150, 0);
    --mono-hue        : 261;
}

footer {
  background: rgb(23, 2, 37);
  width: 100%;
  height: 110px;
}

ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: upper-roman;
}

ol.d {
  list-style-type: lower-alpha;
}

/*
ul {
  list-style-type: circle;
  margin-left: 40px;
}

li {
  display: block;
  list-style-type: square;
  margin-left: 0px;
}

ol {
  list-style: circle;
}
*/
