diff --git a/home/_includes/cta.html b/home/_includes/cta.html index 9567c5cf..ed580169 100644 --- a/home/_includes/cta.html +++ b/home/_includes/cta.html @@ -2,7 +2,7 @@

Slow-carb next level shoindxgoitch ethical authentic, scenester sriracha forage.

- +
\ No newline at end of file diff --git a/home/_includes/features.html b/home/_includes/features.html index 83fb9a3c..2bc706f3 100644 --- a/home/_includes/features.html +++ b/home/_includes/features.html @@ -3,7 +3,7 @@

Pitchfork Kickstarter Taxidermy

-
+

Whatever cardigan tote bag tumblr hexagon brooklyn asymmetrical gentrify, subway tile poke farm-to-table. Franzen you probably haven't heard of them man bun deep jianbing selfies heirloom prism food truck ugh squid celiac humblebrag.

diff --git a/home/_includes/footer.html b/home/_includes/footer.html index d22f8d35..1d0c9550 100644 --- a/home/_includes/footer.html +++ b/home/_includes/footer.html @@ -2,7 +2,7 @@
- + {{ site.title }} diff --git a/home/_includes/header.html b/home/_includes/header.html index e1e03ac1..af4e7c36 100644 --- a/home/_includes/header.html +++ b/home/_includes/header.html @@ -1,21 +1,17 @@
-
+ \ No newline at end of file diff --git a/home/_includes/hero.html b/home/_includes/hero.html index 42bdc8f5..c02ba067 100644 --- a/home/_includes/hero.html +++ b/home/_includes/hero.html @@ -6,7 +6,7 @@

Copper mug try-hard pitchfork pour-over freegan heirloom neutra air plant cold-pressed tacos poke beard tote bag. Heirloom echo park mlkshk tote bag selvage hot chicken authentic tumeric truffaut hexagon try-hard chambray.

- +
diff --git a/home/styles/index.css b/home/styles/index.css index c9adcbf2..7fcf8268 100644 --- a/home/styles/index.css +++ b/home/styles/index.css @@ -4,10 +4,6 @@ @layer components { - .primary { - @apply bg-purple - } - .custom-underline-blue { @apply border-b-4 border-blue-400; } @@ -27,3 +23,11 @@ */ } } + +.bg-primary { + background-color: blueviolet; +} + +.bg-primarylg { + background-color: lightblue; +} diff --git a/home/tailwind.config.js b/home/tailwind.config.js index 50f463eb..3139f181 100644 --- a/home/tailwind.config.js +++ b/home/tailwind.config.js @@ -10,6 +10,7 @@ module.exports = { purge: [ '{,!(node_modules|_site)/**/}*.{html,md}', ], + darkMode: 'media', theme: {}, plugins: [ require('@tailwindcss/typography'),