fix: цвет навигационной панели
This commit is contained in:
@@ -3,9 +3,11 @@
|
|||||||
background: rgb(52,49,49);
|
background: rgb(52,49,49);
|
||||||
background: linear-gradient(0deg, rgba(52,49,49,1) 0%, rgba(61,64,89,1) 100%);
|
background: linear-gradient(0deg, rgba(52,49,49,1) 0%, rgba(61,64,89,1) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-body-for-nav {
|
.wy-body-for-nav {
|
||||||
background: #343131;
|
background: #343131;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wy-nav-side,
|
.wy-nav-side,
|
||||||
.wy-nav-content {
|
.wy-nav-content {
|
||||||
box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.6);
|
box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.6);
|
||||||
@@ -14,3 +16,7 @@
|
|||||||
.wy-menu-vertical a:active {
|
.wy-menu-vertical a:active {
|
||||||
background-color: #3d4059;
|
background-color: #3d4059;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wy-nav-top {
|
||||||
|
background: #3d4059;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user