From f7c2d1c42135132e0e4ca47fa0b5abf2292ca1f4 Mon Sep 17 00:00:00 2001 From: Chris Murray Date: Fri, 18 Feb 2022 17:50:10 -0500 Subject: [PATCH] fix: Site-wide style updates #25 - Mass replace tPallete* to DaisyUI equivalents - Remove tPallette colors from twconfig - Remove mb-* values from apply to avoid confusion for contributors --- src/_includes/about.html | 2 +- src/_includes/partials/content.html | 2 +- src/_includes/partials/navbar.html | 6 +++--- src/about/index.html | 2 +- .../events/making-better-estimations.md | 2 +- src/announcements/index.html | 2 +- src/announcements/jobs/bluewave-jobs.md | 18 +++++++++--------- src/announcements/jobs/powerdms-jobs.md | 2 +- src/announcements/jobs/sightplan-jobs.md | 2 +- src/announcements/jobs/sugar-crm.md | 6 +++--- src/blog/index.html | 6 +++--- src/index.html | 2 +- src/meetup/index.html | 6 +++--- src/slack/index.html | 2 +- src/static/css/tailwind.css | 8 ++++---- tailwind.config.js | 6 ------ 16 files changed, 34 insertions(+), 40 deletions(-) diff --git a/src/_includes/about.html b/src/_includes/about.html index 3936fdc..af0c131 100644 --- a/src/_includes/about.html +++ b/src/_includes/about.html @@ -5,7 +5,7 @@
-

{{title}}

+

{{title}}

{{ content | safe }}
diff --git a/src/_includes/partials/content.html b/src/_includes/partials/content.html index 85b1a2a..6f38988 100644 --- a/src/_includes/partials/content.html +++ b/src/_includes/partials/content.html @@ -4,7 +4,7 @@ {% for item in quicklinks.links %} - +

{{item.title}}

diff --git a/src/_includes/partials/navbar.html b/src/_includes/partials/navbar.html index 318adb0..15fd66f 100644 --- a/src/_includes/partials/navbar.html +++ b/src/_includes/partials/navbar.html @@ -1,11 +1,11 @@ -
+
@@ -59,7 +59,7 @@

From the community, to the community

Ready to Join?

-

Join us at https://meetup.com/OrlandoDevs to see when our next meetup will happen.

- +

Join us at https://meetup.com/OrlandoDevs to see when our next meetup will happen.

+
\ No newline at end of file diff --git a/src/slack/index.html b/src/slack/index.html index 7552bfd..d24bbf4 100644 --- a/src/slack/index.html +++ b/src/slack/index.html @@ -11,7 +11,7 @@

Orlando Devs Slack

How to get in?

-Our Slack works via invite-only. To get an invitation simply email us at orlandodevcommunity@gmail.com and we'll get back to you promptly. +Our Slack works via invite-only. To get an invitation simply email us at orlandodevcommunity@gmail.com and we'll get back to you promptly.
diff --git a/src/static/css/tailwind.css b/src/static/css/tailwind.css index e9cf722..8e030b4 100644 --- a/src/static/css/tailwind.css +++ b/src/static/css/tailwind.css @@ -21,17 +21,17 @@ } h1 { - @apply text-4xl tracking-tighter mb-3 text-center lg:text-7xl; + @apply text-4xl tracking-tighter text-center lg:text-7xl; } h2{ @apply text-3xl tracking-normal font-bold; } h3 { - @apply text-2xl font-bold mb-3; + @apply text-2xl font-bold; } .body-link{ - @apply underline text-tPalette4; + @apply underline text-secondary; } code{ @apply bg-gray-300; @@ -45,7 +45,7 @@ body pre[class*="language-"] { } .footer-link{ - @apply no-underline text-white hover:text-tPalette4; + @apply no-underline text-white hover:text-secondary transition-all duration-200; } .sponsor-logos{ diff --git a/tailwind.config.js b/tailwind.config.js index 37008b9..71ad35e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -23,12 +23,6 @@ module.exports = { cyan: colors.cyan, trueGray: colors.neutral, violet: colors.violet, - tPalette1: '#bfbfbf', - tPalette2: '#0b3b59', - tPalette3: '#092b40', - tPalette4: '#7eadbf', - tPalette5: '#f2f2f2', - }, }, },