Skip to content

Commit 88f6047

Browse files
committed
Merge branch 'main' into fix/announcement-bar-ui-styling
2 parents ed78477 + 7bb233c commit 88f6047

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

src/components/KeployCloud.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

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)