-
🔧
+
+
+
Developer Tools
Visual Studio setup, compilation guides, and essential tools for Xbox development projects.
diff --git a/src/pages/index.module.css b/src/pages/index.module.css
index e621a5c..91f6d3e 100644
--- a/src/pages/index.module.css
+++ b/src/pages/index.module.css
@@ -86,9 +86,24 @@
background: var(--ifm-color-secondary-darkest);
}
-.feature-icon {
- font-size: 3rem;
- margin-bottom: 1rem;
+.featureGlyph {
+ display: flex;
+ justify-content: center;
+ margin: 0 auto 1rem;
+ color: var(--ifm-color-primary);
+}
+
+.featureGlyph svg {
+ width: 3rem;
+ height: 3rem;
+}
+
+.featureGlyphSvg {
+ stroke: currentColor;
+ fill: none;
+ stroke-width: 1.6;
+ stroke-linecap: round;
+ stroke-linejoin: round;
}
.cta {
@@ -101,4 +116,4 @@
[data-theme='dark'] .cta {
background: linear-gradient(135deg, var(--ifm-color-primary-darkest) 0%, var(--ifm-color-secondary-darkest) 100%);
-}
+}
\ No newline at end of file