/* ページ全体の背景色 */
html, body, .DocsPage {
  background-color: #f0f0f0 !important;
}

/* ヘッダーの背景色 */
.DocsHeader {
  background-color: #EB7523 !important;
}

/* ナビゲーションバーの背景色 */
.DocsSidebar {
  background-color: #f0f0f0 !important;
}
