-
-
{title}
-
{subtitle}
- {parent &&
-
{parent.name}
- }
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Organization.astro b/src/components/Organization.astro
index 017932e..3965f2c 100644
--- a/src/components/Organization.astro
+++ b/src/components/Organization.astro
@@ -17,11 +17,18 @@ const { org, columns = true} = Astro.props;
---
+
+
+
+
+
+
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index 5c2f83c..5a26c58 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -54,7 +54,7 @@ const og = "logo" in data ? {
charset="utf-8",
openGraph={og}
/>
-
+
diff --git a/src/sass/_variables.module.scss b/src/sass/_variables.module.scss
index 68e9bfa..569087b 100644
--- a/src/sass/_variables.module.scss
+++ b/src/sass/_variables.module.scss
@@ -1,6 +1,6 @@
// Danger/success are figure/ground
$danger: #ffffff;
-$success: #b21f24;
+$success: #990000;
$link: $danger;
// Info is highlight
$info: #460080;