Skip to content

Commit 3e16147

Browse files
committed
improved docker compose in dark mode
1 parent e5394a6 commit 3e16147

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/components/InstallReminder.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ export default function InstallReminder() {
66
<div
77
style={{
88
padding: "1rem",
9-
border: "1px solid #eee",
9+
border: "1px solid var(--ifm-color-emphasis-300)",
1010
borderRadius: "10px",
11-
background: "#fff8f5",
11+
background: "var(--ifm-card-background-color)",
1212
margin: "2rem 0",
1313
}}
1414
>
15-
<h3>Don’t have Keploy installed yet?</h3>
16-
<p>
15+
<h3 style={{ color: "var(--ifm-color)", margin: "0 0 0.5rem 0" }}>
16+
Don't have Keploy installed yet?
17+
</h3>
18+
<p style={{ color: "var(--ifm-color-emphasis-600)", margin: "0 0 1rem 0" }}>
1719
Before running this sample, make sure Keploy is installed on your
1820
system.
1921
</p>

0 commit comments

Comments
 (0)