Archived
1
This repository has been archived on 2025-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ss14-docs/source/_static/style.css

23 lines
405 B
CSS

.wy-side-nav-search {
/* #343131 -- #3d4059 */
background: rgb(52,49,49);
background: linear-gradient(0deg, rgba(52,49,49,1) 0%, rgba(61,64,89,1) 100%);
}
.wy-body-for-nav {
background: #343131;
}
.wy-nav-side,
.wy-nav-content {
box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.6);
}
.wy-menu-vertical a:active {
background-color: #3d4059;
}
.wy-nav-top {
background: #3d4059;
}