We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5394a6 commit 3e16147Copy full SHA for 3e16147
src/components/InstallReminder.js
@@ -6,14 +6,16 @@ export default function InstallReminder() {
6
<div
7
style={{
8
padding: "1rem",
9
- border: "1px solid #eee",
+ border: "1px solid var(--ifm-color-emphasis-300)",
10
borderRadius: "10px",
11
- background: "#fff8f5",
+ background: "var(--ifm-card-background-color)",
12
margin: "2rem 0",
13
}}
14
>
15
- <h3>Don’t have Keploy installed yet?</h3>
16
- <p>
+ <h3 style={{ color: "var(--ifm-color)", margin: "0 0 0.5rem 0" }}>
+ Don't have Keploy installed yet?
17
+ </h3>
18
+ <p style={{ color: "var(--ifm-color-emphasis-600)", margin: "0 0 1rem 0" }}>
19
Before running this sample, make sure Keploy is installed on your
20
system.
21
</p>
0 commit comments