diff --git a/img/github.svg b/img/github.svg index 3c0c91f..3f2cd36 100644 --- a/img/github.svg +++ b/img/github.svg @@ -1,4 +1,4 @@ - + diff --git a/img/linkedin.svg b/img/linkedin.svg index 2c08313..881cf99 100644 --- a/img/linkedin.svg +++ b/img/linkedin.svg @@ -1,4 +1,4 @@ - + diff --git a/src/index.html b/src/index.html index 98d43a6..e7d58ab 100644 --- a/src/index.html +++ b/src/index.html @@ -8,14 +8,29 @@ - -
-

Joshua Potter

-
- - - + +
+
+ +

Joshua Potter

+
+ -
+ +
+ Test +
diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 2ffeab0..cd03526 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -2,7 +2,13 @@ module.exports = { content: ["src/**/*.{html,ts}"], theme: { - extend: {}, + extend: { + colors: { + primary: "white", + secondary: "#f6f8fa", + link: "#8056b2", + }, + }, }, plugins: [], }