We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3a59b commit 24ab972Copy full SHA for 24ab972
1 file changed
assets/css/style.scss
@@ -21,17 +21,22 @@ header, section.page-header {
21
22
23
footer {
24
- background-color: #ffffff !important;
25
- color: #333333 !important;
+ all: unset; /* 清除 slate 所有默认样式 */
+ display: block;
26
+ background-color: #ffffff !important; /* 全白背景 */
27
+ color: #333333 !important; /* 深灰字体 */
28
padding: 24px 0;
29
font-size: 14px;
30
text-align: center;
31
border-top: 1px solid #ddd;
32
+ width: 100%;
33
}
34
35
footer .wrapper, footer .inner {
- max-width: 100% !important;
36
+ all: unset;
37
38
width: 100% !important;
39
+ max-width: 100% !important;
40
margin: 0 auto;
41
42
0 commit comments