/* ナビゲーションバーの背景色を変更 */
.wy-nav-top {
background-color: #6600ff !important; /* オレンジ */
}
/* サイドバーの背景色を変更 */
.wy-side-nav-search {
background-color: #6688aa !important; /* 濃い青 */
}
/* リンクの色を変更 */
.wy-menu-vertical a {
color: #006699 !important; /* 緑系 */
}
.wy-menu-vertical a:hover {
background-color: #aaccff;
}
.wy-nav-side {
background: #ccddee;
}