diff --git a/website/src/components/HomepageFeatures/styles.module.css b/website/src/components/HomepageFeatures/styles.module.css
index bac1b99..a7705f3 100644
--- a/website/src/components/HomepageFeatures/styles.module.css
+++ b/website/src/components/HomepageFeatures/styles.module.css
@@ -14,3 +14,7 @@
height: 100px;
width: 100px;
}
+
+svg.featureSvg path {
+ stroke: var(--docusaurus-svg-color);
+}
diff --git a/website/src/components/HomepageTools/index.tsx b/website/src/components/HomepageTools/index.tsx
index 5220575..ef15388 100644
--- a/website/src/components/HomepageTools/index.tsx
+++ b/website/src/components/HomepageTools/index.tsx
@@ -169,14 +169,14 @@ function ToolsRight() {
))}
-
Internal
xbb-helper -
xPack Build Helper
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index 1a5a817..20d421c 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -18,6 +18,7 @@
--ifm-color-primary-lightest: #97c0fe;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
+ --docusaurus-svg-color: #323232;
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
@@ -30,6 +31,7 @@
--ifm-color-primary-lighter: #69a4fe;
--ifm-color-primary-lightest: #97c0fe;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
+ --docusaurus-svg-color: #CDCDCD;
}
/* For the home page xpm install field */
@@ -37,6 +39,21 @@ p.hero__code code {
color: var(--ifm-font-color-base)
}
+
+p.hero__subtitle {
+ margin: 0 0 0 0; /* 0 0 var(--ifm-paragraph-margin-bottom) */
+}
+
+
+hr.hero__hr {
+ /* background-color: var(--ifm-color-primary); */
+ height: 3px;
+}
+
+hr.hero__hr2 {
+ height: 2px;
+}
+
/* Reduce size of blog titles (H2 is 2rem) */
.title_f1Hy {
font-size: 2.5rem; /* 3rem; */
diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx
index 7b82bbb..1479279 100644
--- a/website/src/pages/index.tsx
+++ b/website/src/pages/index.tsx
@@ -44,7 +44,7 @@ export default function Home(): JSX.Element {
-
+
diff --git a/website/static/img/check-badge.svg b/website/static/img/check-badge.svg
index 40b5285..19e6939 100644
--- a/website/static/img/check-badge.svg
+++ b/website/static/img/check-badge.svg
@@ -1,6 +1,6 @@
diff --git a/website/static/img/globe.svg b/website/static/img/globe.svg
index ccdc838..0f3c5cf 100644
--- a/website/static/img/globe.svg
+++ b/website/static/img/globe.svg
@@ -1,6 +1,6 @@