Skip to content

Commit 96c206d

Browse files
committed
feat: 详情页面增加主页按钮;调整样式;
1 parent 1be6c01 commit 96c206d

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

dist-zip/fakescreenshot-v1.0.0.zip

87 Bytes
Binary file not shown.

dist/options/options.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ h3 {
2727
display: flex;
2828
align-items: center;
2929
}
30-
.container .head span {
30+
.container .head span,
31+
.container .head a {
3132
margin: 0 20px;
3233
display: inline-block;
3334
position: relative;
@@ -110,6 +111,7 @@ h3 {
110111
}
111112
.container header p {
112113
margin: 5px auto;
114+
line-height: 1.8;
113115
}
114116
.container header p.bottom-30 {
115117
margin-bottom: 30px;
@@ -165,4 +167,8 @@ h3 {
165167
height: 100%;
166168
mix-blend-mode: color-burn;
167169
}
170+
.container a {
171+
text-decoration: none;
172+
color: inherit;
173+
}
168174

0 commit comments

Comments
 (0)