diff --git a/src/Header.tsx b/src/Header.tsx
index ab2adae..e8617a2 100644
--- a/src/Header.tsx
+++ b/src/Header.tsx
@@ -3,6 +3,9 @@ import { createStyles, makeStyles, Theme } from "@material-ui/core/styles";
import Link from "@material-ui/core/Link";
import Typography from "@material-ui/core/Typography";
+const cadCadLink =
+ "https://medium.com/block-science/cadcad-filling-a-critical-gap-in-open-source-data-science-fcd0d3faa8ed";
+
const useStyles = makeStyles((theme: Theme) =>
createStyles({
title: {
@@ -12,6 +15,10 @@ const useStyles = makeStyles((theme: Theme) =>
color: theme.palette.text.secondary,
margin: theme.spacing(3, 0, 0)
},
+ subsubtitle: {
+ color: theme.palette.text.secondary,
+ opacity: 0.6
+ },
lightBulb: {
verticalAlign: "middle",
marginRight: theme.spacing(1)
@@ -53,6 +60,10 @@ export default function Header() {
Experiment and test augmented token bonding curves
+
+ A narrative showcase of cadCAD
+ 's capabilities
+
>
);
}
diff --git a/src/app.css b/src/app.css
index c3ae5bf..3b2222b 100644
--- a/src/app.css
+++ b/src/app.css
@@ -1,4 +1,5 @@
-#root {
+#root,
+body {
background-color: #152128;
min-height: 100vh;
margin: 0;