Skip to content

Commit 0cca028

Browse files
committed
update docs
1 parent bc3a135 commit 0cca028

2 files changed

Lines changed: 6 additions & 56 deletions

File tree

docs/en/_static/css/custom.css

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,7 @@
88
background: #fcfcfc; /* 设置内容区域背景颜色 */
99
}
1010

11-
/* 版本选择器样式 */
12-
.smv-current-version {
13-
background-color: #f5f5f5;
14-
padding: 10px;
15-
margin-bottom: 10px;
16-
border: 1px solid #ddd;
17-
border-radius: 4px;
18-
}
19-
20-
.smv-current-version a {
21-
color: #333;
22-
}
23-
24-
.smv-other-versions {
25-
margin-top: 10px;
26-
}
27-
28-
.smv-other-versions ul {
29-
list-style-type: none;
30-
padding: 0;
31-
}
32-
33-
.smv-other-versions li {
34-
margin-bottom: 5px;
35-
}
36-
37-
.smv-other-versions a {
38-
color: #2980b9;
11+
/* 修改标题栏背景色为白色 */
12+
.wy-side-nav-search, .wy-nav-top {
13+
background-color: rgb(245, 245, 245) !important;
3914
}

docs/zh/_static/css/custom.css

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,7 @@
88
background: #fcfcfc; /* 设置内容区域背景颜色 */
99
}
1010

11-
/* 版本选择器样式 */
12-
.smv-current-version {
13-
background-color: #f5f5f5;
14-
padding: 10px;
15-
margin-bottom: 10px;
16-
border: 1px solid #ddd;
17-
border-radius: 4px;
11+
/* 修改标题栏背景色为白色 */
12+
.wy-side-nav-search, .wy-nav-top {
13+
background-color: rgb(245, 245, 245) !important;
1814
}
19-
20-
.smv-current-version a {
21-
color: #333;
22-
}
23-
24-
.smv-other-versions {
25-
margin-top: 10px;
26-
}
27-
28-
.smv-other-versions ul {
29-
list-style-type: none;
30-
padding: 0;
31-
}
32-
33-
.smv-other-versions li {
34-
margin-bottom: 5px;
35-
}
36-
37-
.smv-other-versions a {
38-
color: #2980b9;
39-
}

0 commit comments

Comments
 (0)