fix: 完全回退到 v0.14.1 原始样式
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Theme Name: 空笺未寄
|
Theme Name: 空笺未寄
|
||||||
Version: 0.14.7
|
Version: 0.14.8
|
||||||
Requires at least: 6.0
|
Requires at least: 6.0
|
||||||
Requires PHP: 7.4
|
Requires PHP: 7.4
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -31,7 +31,11 @@ Text Domain: kj-weji
|
|||||||
radial-gradient(ellipse at 20% 50%, rgba(180, 160, 130, 0.08) 0%, transparent 60%),
|
radial-gradient(ellipse at 20% 50%, rgba(180, 160, 130, 0.08) 0%, transparent 60%),
|
||||||
radial-gradient(ellipse at 80% 20%, rgba(160, 140, 110, 0.05) 0%, transparent 50%);
|
radial-gradient(ellipse at 80% 20%, rgba(160, 140, 110, 0.05) 0%, transparent 50%);
|
||||||
color: var(--ink);
|
color: var(--ink);
|
||||||
|
min-height: 100vh;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding: calc(var(--topbar-height) + 24px) 20px 40px;
|
||||||
}
|
}
|
||||||
.platform {
|
.platform {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -78,7 +82,7 @@ Text Domain: kj-weji
|
|||||||
content:''; position:absolute; bottom:-4px; left:50%; transform:translateX(-50%);
|
content:''; position:absolute; bottom:-4px; left:50%; transform:translateX(-50%);
|
||||||
width:4px; height:4px; background:var(--cinnabar); border-radius:50%;
|
width:4px; height:4px; background:var(--cinnabar); border-radius:50%;
|
||||||
}
|
}
|
||||||
.main-content { padding: calc(var(--topbar-height) + 24px) 20px 40px; min-height: 60vh; }
|
.main-content { padding:40px; min-height:500px; }
|
||||||
|
|
||||||
/* 首页 */
|
/* 首页 */
|
||||||
.hero { text-align:center; padding:48px 20px 32px; }
|
.hero { text-align:center; padding:48px 20px 32px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user