Skip to content

Commit 0fd678e

Browse files
authored
feat(docs): Update scroll-to-top icon color for visibility (#673)
Signed-off-by: kenk999 <[email protected]>
1 parent 7ec1b52 commit 0fd678e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,4 +744,17 @@ textarea {
744744
resize: vertical;
745745
}
746746

747+
.theme-back-to-top-button {
748+
background-color: #FF914D !important;
749+
color: white !important;
750+
}
751+
752+
.theme-back-to-top-button svg {
753+
fill: white !important;
754+
}
755+
756+
.theme-back-to-top-button:hover {
757+
background-color: #e67643 !important;
758+
}
759+
747760

0 commit comments

Comments
 (0)