Skip to content

Commit 87b3d2b

Browse files
HifzaanDevSrinu346
authored andcommitted
feat(docs): Update scroll-to-top icon color for visibility (#673)
Signed-off-by: kenk999 <[email protected]> Signed-off-by: Akella Srinivas <[email protected]>
1 parent 605cfcd commit 87b3d2b

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,6 +744,19 @@ 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
div[class*="announcementBar"] {
748761
@apply bg-[#FFD7A0] text-[#1f2937] shadow-lg font-bold;
749762
font-family: "Roboto", sans-serif;

0 commit comments

Comments
 (0)