We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b237410 commit 65d903fCopy full SHA for 65d903f
1 file changed
assets/css/style.scss
@@ -19,6 +19,19 @@ header, section.page-header {
19
width: 95% !important;
20
}
21
22
+
23
footer {
- display: none !important;
24
+ background-color: #ffffff !important; /* 背景改为白色 */
25
+ padding: 20px 0;
26
+ color: #444444 !important; /* 字体改为深灰色,适配白底 */
27
+ font-size: 14px;
28
+ text-align: center;
29
+ border-top: 1px solid #ddd; /* 可选:加一条浅灰分隔线 */
30
+}
31
32
33
+footer .wrapper, footer .inner {
34
+ max-width: 900px;
35
+ width: 90%;
36
+ margin: 0 auto;
37
0 commit comments