Skip to content

Commit 9879e78

Browse files
get rid of red links
1 parent c91882d commit 9879e78

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

src/css/custom.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--ifm-color-primary-light: #6a47d7;
1616
--ifm-color-primary-lighter: #7b59e0;
1717
--ifm-color-primary-lightest: #8c6be9;
18-
--ifm-color-secondary: #df1a0c;
18+
--ifm-color-secondary: #6a47d7;
1919
--ifm-code-font-size: 95%;
2020
--ifm-navbar-link-color: #4a4a4a;
2121
--ifm-hero-banner-bg: #5331ca;
@@ -153,6 +153,18 @@ h1 {
153153
background: var(--color-status-inactive);
154154
}
155155

156+
.footer--dark .footer__link-item {
157+
color: var(--ifm-color-primary-lightest);
158+
}
159+
160+
.footer--dark .footer__link-item:hover {
161+
color: var(--ifm-color-primary-lighter);
162+
}
163+
164+
.footer--dark .footer__copyright {
165+
color: #efeef7;
166+
}
167+
156168
.alert-fill--error {
157169
background: var(--color-alert-error);
158170
}

user-guide/01-getting-started/02-software-set-up.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ What is an image file? It's a file that contains all the required software prein
7474

7575
9. Click "Yes" to begin writing. A prompt *may* appear asking for permission to write, accept it. Writing will take up to 5 minutes. Perfect time for a tea break.
7676

77-
<img src="/img/user-guide/coffee.svg" width="250" alt="Screenshot of what your settings should look like" style={{margin: "auto", display:"block"}} />
77+
<img src="/img/user-guide/coffee.svg" width="250" alt="Screenshot of what your settings should look like" style={{margin: "80px auto", display:"block"}} />
7878

7979

8080
10. Once writing is complete, remove the microSD card, and place it into the Raspberry Pi. **Your Raspberry Pi's power should be unplugged before inserting the microSD card**. The microSD slot is located on the PWM side of the Pioreactor. Example for a Raspberry Pi A model:
@@ -103,6 +103,8 @@ What is an image file? It's a file that contains all the required software prein
103103
14. The Pioreactor is now ready for use! Follow [this guide](/user-guide/prepare-vial-for-cultures) to set up your first experiment.
104104

105105

106+
<img src="/img/misc/scientist_holding_pioreactor_right.svg" width="350" alt="Screenshot of what your settings should look like" style={{margin: "60px auto", display:"block"}} />
107+
106108
## Adding additional workers to your cluster
107109

108110
Workers are additional Pioreactors that you can control from a single UI. Together, a leader and workers form a Pioreactor cluster.

0 commit comments

Comments
 (0)