File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ export const KeployCloud = () => {
44 return (
55 < section
66 id = "cloud"
7- className = "mb-8 mt-12 flex max-w-7xl items-center space-x-5 rounded-lg bg-[color:var(--ifm-card-background-color)] p-5 "
7+ className = "mb-8 mt-12 flex max-w-7xl items-center space-x-6 rounded-lg bg-[color:var(--ifm-card-background-color)] p-6 shadow-md "
88 >
9- < div className = "prose prose-orange mx-auto max-w-3xl" >
10- < h1 > Question ? 🤔💭</ h1 >
11- < p className = "my-3 block" >
9+ < div className = "prose prose-orange max-w-3xl text-left " >
10+ < h1 className = "text-left" > Questions ? 🤔💭</ h1 >
11+ < p className = "my-3 block text-left " >
1212 For any support please{ " " }
1313 < a
1414 href = "https://join.slack.com/t/keploy/shared_invite/zt-357qqm9b5-PbZRVu3Yt2rJIa6ofrwWNg"
Original file line number Diff line number Diff 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+
747760div [class *= "announcementBar" ] {
748761 @apply bg-[# FFD7A0 ] text-[# 1f2937 ] shadow-lg font-bold;
749762 font-family : "Roboto" , sans-serif;
You can’t perform that action at this time.
0 commit comments