Archived
1

feat: модернизация внешнего вида

This commit is contained in:
2024-05-21 21:09:45 +03:00
parent 27ac665b09
commit a1d2e6e7c1
3 changed files with 20 additions and 5 deletions

12
source/_static/style.css Normal file
View File

@@ -0,0 +1,12 @@
.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);
}