diff --git a/assets/css/style.css b/assets/css/style.css index 9f088db..5d260ae 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -3221,6 +3221,11 @@ video { color: rgb(129 140 248 / 0.3); } +.text-indigo-400 { + --tw-text-opacity: 1; + color: rgb(129 140 248 / var(--tw-text-opacity)); +} + .text-indigo-500 { --tw-text-opacity: 1; color: rgb(99 102 241 / var(--tw-text-opacity)); @@ -3241,11 +3246,6 @@ video { color: rgb(156 163 175 / var(--tw-text-opacity)); } -.text-indigo-400 { - --tw-text-opacity: 1; - color: rgb(129 140 248 / var(--tw-text-opacity)); -} - .text-gray-100 { --tw-text-opacity: 1; color: rgb(243 244 246 / var(--tw-text-opacity)); @@ -3266,6 +3266,11 @@ video { color: rgb(209 213 219 / var(--tw-text-opacity)); } +.text-indigo-300 { + --tw-text-opacity: 1; + color: rgb(165 180 252 / var(--tw-text-opacity)); +} + .text-opacity-40 { --tw-text-opacity: 0.4; } @@ -3648,6 +3653,11 @@ EmojiSymbols; color: rgb(17 24 39 / 0.6); } +.dark .dark\:text-indigo-100 { + --tw-text-opacity: 1; + color: rgb(224 231 255 / var(--tw-text-opacity)); +} + .dark .dark\:text-indigo-300 { --tw-text-opacity: 1; color: rgb(165 180 252 / var(--tw-text-opacity)); @@ -3668,6 +3678,11 @@ EmojiSymbols; color: rgb(129 140 248 / var(--tw-text-opacity)); } +.dark .dark\:text-zinc-50 { + --tw-text-opacity: 1; + color: rgb(250 250 250 / var(--tw-text-opacity)); +} + .dark .dark\:placeholder-gray-400::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgb(156 163 175 / var(--tw-placeholder-opacity)); diff --git a/layouts/index.html b/layouts/index.html index b093a4f..74c4fa0 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -464,7 +464,7 @@ fames senectus vitae.

- + Meet our investors and advisors →
@@ -495,8 +495,10 @@ {{ with .Params.featured_image }} {{ with resources.Get . }} {{ $postimage := (.Resize "500x webp q90").RelPermalink }} - + + {{ .Title }} + {{ end }} {{ end }}
@@ -509,7 +511,7 @@ {{ .Params.summary }}

-
+
Tags: {{ range $elem_index, $elem_val := (.GetTerms "tags") }} {{- if gt $elem_index 0 }}, {{ end -}} @@ -528,10 +530,10 @@ {{ end }}
-

+

{{ .Params.author }}

-
+
{{ math.Round (div (countwords .Content) 220.0) }} diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 6869cde..27b4722 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -10,7 +10,7 @@ class="mt-1 ml-3 text-xl font-black tracking-tight text-gray-100 uppercase transition-colors group-hover:text-gray-400/60"> {{ .Site.Title }}
-