35 lines
591 B
CSS
35 lines
591 B
CSS
.wy-side-nav-search {
|
|
background: #FFFFFF !important;
|
|
}
|
|
|
|
|
|
.wy-nav-side {
|
|
background-color: #FFFFFF !important;
|
|
}
|
|
|
|
|
|
/* Add borders and box-shadow */
|
|
.wy-side-nav {
|
|
border: 1px solid #899CA3 !important;
|
|
}
|
|
|
|
.logo {
|
|
width: 100px !important;
|
|
}
|
|
|
|
.wy-menu-vertical a {
|
|
color: #899CA3 !important; /* Change to your desired color */
|
|
}
|
|
|
|
.document-title {
|
|
color: #000 !important;
|
|
font-size: 24px !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.icon-home {
|
|
font-weight: bold !important;
|
|
text-transform: uppercase !important;
|
|
color: #000 !important;
|
|
}
|