Skip to content

Commit 72b5ef3

Browse files
committed
Back to top button
1 parent 570d951 commit 72b5ef3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@
179179
}
180180

181181
#return-to-top:hover {
182-
background: rgba(0, 0, 0, 0.85);
182+
background: rgba(0, 0, 0, 0.55);
183183
}
184184

185185
#return-to-top:hover i {
186-
color: #ffffff;
186+
color: #f0f0f0;
187187
}
188188
</style>
189189

web/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@
179179
}
180180

181181
#return-to-top:hover {
182-
background: rgba(0, 0, 0, 0.85);
182+
background: rgba(0, 0, 0, 0.55);
183183
}
184184

185185
#return-to-top:hover i {
186-
color: #ffffff;
186+
color: #f0f0f0;
187187
}
188188
</style>
189189

0 commit comments

Comments
 (0)