@seqera/docusaurus-theme-seqera 1.0.7 → 1.0.8-next.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,6 +164,17 @@ Infima is Docusaurus's built in CSS framework.
164
164
  --color-success: var(--color-nextflow-500);
165
165
  --color-warning: var(--color-multiqc-600);
166
166
  --color-error: var(--color-fusion-600);
167
+
168
+ /* Infima background color - sets the body background */
169
+ --ifm-background-color: #ffffff;
170
+ --ifm-background-surface-color: var(--color-base-200);
171
+ --ifm-navbar-background-color: #ffffff;
172
+ }
173
+
174
+ /* Apply background color to body */
175
+ html,
176
+ body {
177
+ background-color: var(--ifm-background-color);
167
178
  }
168
179
 
169
180
  /* Dark Mode Support */
@@ -213,6 +224,10 @@ Infima is Docusaurus's built in CSS framework.
213
224
  --color-success: var(--color-nextflow-300);
214
225
  --color-warning: var(--color-multiqc-300);
215
226
  --color-error: var(--color-fusion-300);
227
+
228
+ /* Infima background color - sets the body background in dark mode */
229
+ --ifm-background-color: rgb(28, 28, 30);
230
+ --ifm-background-surface-color: var(--color-base-200);
216
231
  }
217
232
 
218
233
  /* Seqera Tailwind */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seqera/docusaurus-theme-seqera",
3
- "version": "1.0.7",
3
+ "version": "1.0.8-next.37",
4
4
  "description": "Seqera docs theme for Docusaurus",
5
5
  "author": "Seqera docs team <education@seqera.io>",
6
6
  "license": "Apache-2.0",
@@ -164,6 +164,17 @@ Infima is Docusaurus's built in CSS framework.
164
164
  --color-success: var(--color-nextflow-500);
165
165
  --color-warning: var(--color-multiqc-600);
166
166
  --color-error: var(--color-fusion-600);
167
+
168
+ /* Infima background color - sets the body background */
169
+ --ifm-background-color: #ffffff;
170
+ --ifm-background-surface-color: var(--color-base-200);
171
+ --ifm-navbar-background-color: #ffffff;
172
+ }
173
+
174
+ /* Apply background color to body */
175
+ html,
176
+ body {
177
+ background-color: var(--ifm-background-color);
167
178
  }
168
179
 
169
180
  /* Dark Mode Support */
@@ -213,6 +224,10 @@ Infima is Docusaurus's built in CSS framework.
213
224
  --color-success: var(--color-nextflow-300);
214
225
  --color-warning: var(--color-multiqc-300);
215
226
  --color-error: var(--color-fusion-300);
227
+
228
+ /* Infima background color - sets the body background in dark mode */
229
+ --ifm-background-color: rgb(28, 28, 30);
230
+ --ifm-background-surface-color: var(--color-base-200);
216
231
  }
217
232
 
218
233
  /* Seqera Tailwind */