docs/source/_static/style.css

28 lines
533 B
CSS
Raw Normal View History

2015-02-07 01:39:41 +05:30
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=cyrillic,latin);
body {
background: #ebe8e1!important;
}
h1, h2, h3, h4, h5, h6, legend {
font-family: "Roboto Condensed", "Roboto Slab", sans-serif;
font-weight: normal;
}
.wy-side-nav-search,
.wy-nav-top {
background-color: #207E5C;
}
.wy-menu-vertical a:active {
background-color: #1A6449;
}
.wy-nav-side {
background-color: #232323;
}
.wy-table-responsive table td,
.wy-table-responsive table th {
white-space: normal;
}