HajimeKawahara/exojax

View on GitHub
documents/_templates/layout.html

Summary

Maintainability
Test Coverage
{% extends "!layout.html" %}
  {% block footer %} {{ super() }}

  <style>
    /* Sidebar header (and topbar for mobile) */
    .wy-side-nav-search, .wy-nav-top {
    /* background: #d08770;*/
    background: #2e75b5;

    }
    /* Sidebar */
    .wy-nav-side {
      background: #164166;
    }
  </style>
{% endblock %}