chore: simplify colors
This commit is contained in:
parent
67adea35a3
commit
ec35c70418
29 changed files with 79 additions and 75 deletions
|
@ -4,7 +4,7 @@ layout: default
|
||||||
permalink: 404.html
|
permalink: 404.html
|
||||||
---
|
---
|
||||||
|
|
||||||
{% image './src/assets/img/404.jpg', title, 'border border-purple-600 dark:border-purple-400 rounded-lg overflow-hidden [&>*]:w-full' %}
|
{% image './src/assets/img/404.jpg', title, 'border border-blue-500 dark:border-blue-200 rounded-lg overflow-hidden [&>*]:w-full' %}
|
||||||
<div class="text-center w-full">
|
<div class="text-center w-full">
|
||||||
<h2
|
<h2
|
||||||
class="m-0 text-4xl font-black leading-tight tracking-normal dark:text-gray-200 md:text-6xl mb-4"
|
class="m-0 text-4xl font-black leading-tight tracking-normal dark:text-gray-200 md:text-6xl mb-4"
|
||||||
|
@ -19,7 +19,7 @@ permalink: 404.html
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<a
|
<a
|
||||||
href="/"
|
href="/"
|
||||||
class="[&>svg]:h-5 [&>svg]:w-5 [&>svg]:inline icon--bold font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-pink-500"
|
class="[&>svg]:h-5 [&>svg]:w-5 [&>svg]:inline icon--bold font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 hover:bg-pink-500"
|
||||||
>
|
>
|
||||||
{% tablericon "receipt-2" "Receipt" %} Skip out on the room service bill
|
{% tablericon "receipt-2" "Receipt" %} Skip out on the room service bill
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{%- capture fullUrl %}
|
{%- capture fullUrl %}
|
||||||
{{ site.url }}{{ page.url }}{% endcapture -%}
|
{{ site.url }}{{ page.url }}{% endcapture -%}
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="scrollbar-thin scrollbar-thumb-purple-500 scrollbar-track-purple-100" lang="en">
|
<html class="scrollbar-thin scrollbar-thumb-blue-500 scrollbar-track-blue-100" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
{% if title %}
|
{% if title %}
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="{{ fullUrl }}" />
|
<meta property="og:url" content="{{ fullUrl }}" />
|
||||||
<meta property="og:image" content="{{ image | getPostImage }}">
|
<meta property="og:image" content="{{ image | getPostImage }}">
|
||||||
<meta name="theme-color" content="#a855f7" />
|
<meta name="theme-color" content="#3b82f6" />
|
||||||
<meta name="generator" content="{{ eleventy.generator }}">
|
<meta name="generator" content="{{ eleventy.generator }}">
|
||||||
<meta name="robots" content="noai, noimageai">
|
<meta name="robots" content="noai, noimageai">
|
||||||
<link
|
<link
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
</style>
|
</style>
|
||||||
</noscript>
|
</noscript>
|
||||||
</head>
|
</head>
|
||||||
<body class="dark:text-white bg-white dark:bg-gray-900 font-sans text-gray-800 scrollbar-thin scrollbar-thumb-purple-500 scrollbar-track-purple-100">
|
<body class="dark:text-white bg-white dark:bg-gray-900 font-sans text-gray-800 scrollbar-thin scrollbar-thumb-blue-500 scrollbar-track-blue-100">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% capture js %}
|
{% capture js %}
|
||||||
{% render "../assets/scripts/script.js" %}
|
{% render "../assets/scripts/script.js" %}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="mt-12 py-8 border-t-2 flex flex-col md:flex-row justify-between items-center">
|
<div class="mt-12 py-8 border-t-2 flex flex-col md:flex-row justify-between items-center">
|
||||||
<div class="flex flex-col mb-4 md:mb-0 md:flex-row items-center flex-1">
|
<div class="flex flex-col mb-4 md:mb-0 md:flex-row items-center flex-1">
|
||||||
<div class="border border-teal-700 dark:border-teal-300 bg-white rounded-full overflow-hidden mb-4 md:mb-0 md:mr-4 [&>*]:h-20 [&>*]:w-20 flex flex-col items-center">
|
<div class="border border-blue-500 dark:border-blue-200 bg-white rounded-full overflow-hidden mb-4 md:mb-0 md:mr-4 [&>*]:h-20 [&>*]:w-20 flex flex-col items-center">
|
||||||
{% image './src/assets/img/avatar.webp', site.name, 'inline-block' %}
|
{% image './src/assets/img/avatar.webp', site.name, 'inline-block' %}
|
||||||
</div>
|
</div>
|
||||||
<span class="text-lg font-medium">{{ site.name }}</span>
|
<span class="text-lg font-medium">{{ site.name }}</span>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{%- capture pageUrl %}/{{ link | downcase }}/{% endcapture -%}
|
{%- capture pageUrl %}/{{ link | downcase }}/{% endcapture -%}
|
||||||
{% if page.url != pageUrl %}
|
{% if page.url != pageUrl %}
|
||||||
<a class="text-gray-700 hover:text-pink-500 dark:text-gray-200 dark:hover:text-pink-500 !no-underline" href="/{{ link | downcase }}">
|
<a class="text-gray-700 hover:text-blue-800 dark:text-gray-200 dark:hover:text-blue-200 !no-underline" href="/{{ link | downcase }}">
|
||||||
{% if icon %}
|
{% if icon %}
|
||||||
{% tablericon icon link %}
|
{% tablericon icon link %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
{% assign alt = item.alt | strip %}
|
{% assign alt = item.alt | strip %}
|
||||||
<a href="{{ item.url | stripUtm }}" title="{{ alt | escape }}">
|
<a href="{{ item.url | stripUtm }}" title="{{ alt | escape }}">
|
||||||
<div class="relative block h-full rounded-lg overflow-hidden"{% if shape != 'square' %} style="max-width:226px"{% endif %}>
|
<div class="relative block h-full rounded-lg overflow-hidden"{% if shape != 'square' %} style="max-width:226px"{% endif %}>
|
||||||
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-600 hover:border-pink-500 dark:border-purple-400 dark:hover:border-pink-500 ease-in-out duration-300{% if item.title %} bg-cover-gradient{% endif %}"></div>
|
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-blue-600 hover:border-blue-800 dark:border-blue-400 dark:hover:border-blue-200 ease-in-out duration-300{% if item.title %} bg-cover-gradient{% endif %}"></div>
|
||||||
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
||||||
{% if item.title %}
|
{% if item.title %}
|
||||||
<div class="px-1 text-xs font-bold text-white line-clamp-2">{{ item.title }}</div>
|
<div class="px-1 text-xs font-bold text-white line-clamp-2">{{ item.title }}</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<nav class="flex justify-between mt-8 items-center">
|
<nav class="flex justify-between mt-8 items-center">
|
||||||
{% if pagination.href.previous %}
|
{% if pagination.href.previous %}
|
||||||
<a href="{{ pagination.href.previous }}">
|
<a href="{{ pagination.href.previous }}">
|
||||||
<button class="py-2 pr-4 dark:text-purple-400 text-purple-600" aria-label="Previous page [&>svg]:h-5 [&>svg]:w-5">
|
<button class="py-2 pr-4 dark:text-blue-400 text-blue-600" aria-label="Previous page [&>svg]:h-5 [&>svg]:w-5">
|
||||||
{% tablericon "arrow-left" "Previous" %}
|
{% tablericon "arrow-left" "Previous" %}
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% if pagination.href.next %}
|
{% if pagination.href.next %}
|
||||||
<a href="{{ pagination.href.next }}">
|
<a href="{{ pagination.href.next }}">
|
||||||
<button class="py-2 pl-4 dark:text-purple-400 text-purple-600 [&>svg]:h-5 [&>svg]:w-5" aria-label="Next page">
|
<button class="py-2 pl-4 dark:text-blue-400 text-blue-600 [&>svg]:h-5 [&>svg]:w-5" aria-label="Next page">
|
||||||
{% tablericon "arrow-right" "Next" %}
|
{% tablericon "arrow-right" "Next" %}
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
<div class="border-bottom flex flex-row items-center border-gray-100 pb-4 w-full">
|
<div class="border-bottom flex flex-row items-center border-gray-100 pb-4 w-full">
|
||||||
<div class="group flex flex-row space-between items-center">
|
<div class="group flex flex-row space-between items-center">
|
||||||
<a href={{mention.url}}>
|
<a href={{mention.url}}>
|
||||||
<div class="bg-gray-900 dark:bg-white h-14 w-14 border-4 border-white dark:border-gray-900 transition-all ease-in-out duration-300 group-hover:border-pink-500 dark:group-hover:border-pink-500 rounded-full overflow-hidden">
|
<div class="bg-gray-900 dark:bg-white h-14 w-14 border-4 border-white dark:border-gray-200 transition-all ease-in-out duration-300 group-hover:border-blue-800 dark:group-hover:border-blue-200 rounded-full overflow-hidden">
|
||||||
{% image mention.author.photo, mention.author.name %}
|
{% image mention.author.photo, mention.author.name %}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="ml-3">
|
<div class="ml-3">
|
||||||
<a class="text-gray-700 dark:text-gray-200" href={{mention.url}}>
|
<a class="text-gray-700 dark:text-gray-200" href={{mention.url}}>
|
||||||
<p class="text-sm group-hover:text-pink-500 dark:group-hover:text-pink-500">{{ mention.content.text }}</p>
|
<p class="text-sm group-hover:text-blue-800 dark:group-hover:text-blue-200">{{ mention.content.text }}</p>
|
||||||
<p class="mt-1 text-xs group-hover:text-pink-500 dark:group-hover:text-pink-500">{{ mention.published | isoDateOnly }}</p>
|
<p class="mt-1 text-xs group-hover:text-blue-800 dark:group-hover:text-blue-200">{{ mention.published | isoDateOnly }}</p>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
{% for mention in mentions[type] %}
|
{% for mention in mentions[type] %}
|
||||||
<li class="-ml-3 inline">
|
<li class="-ml-3 inline">
|
||||||
<a href={{mention.url}}>
|
<a href={{mention.url}}>
|
||||||
<div class="bg-gray-900 dark:bg-white h-14 w-14 border-4 border-white dark:border-gray-900 transition-all ease-in-out duration-300 hover:border-pink-500 dark:hover:border-pink-500 rounded-full overflow-hidden">
|
<div class="bg-gray-900 dark:bg-white h-14 w-14 border-4 border-white dark:border-gray-900 transition-all ease-in-out duration-300 hover:border-blue-800 dark:hover:border-blue-200 rounded-full overflow-hidden">
|
||||||
{% image mention.author.photo, mention.author.name %}
|
{% image mention.author.photo, mention.author.name %}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<ul class="list-inside list-disc pl-5 md:pl-10">
|
<ul class="list-inside list-disc pl-5 md:pl-10">
|
||||||
{% for mention in mentions['link-to'] %}
|
{% for mention in mentions['link-to'] %}
|
||||||
<li class="mt-1.5 mb-2">
|
<li class="mt-1.5 mb-2">
|
||||||
<a href="{{ mention.url }}" class="text-blue-500 hover:text-blue-600 dark:text-blue-400 dark:hover:text-blue-300">
|
<a href="{{ mention.url }}" class="text-blue-500 hover:text-blue-600 dark:text-blue-400 dark:hover:text-blue-200">
|
||||||
{{ mention.name }}
|
{{ mention.name }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -5,7 +5,7 @@ layout: main
|
||||||
<article class="h-entry" data-pagefind-body>
|
<article class="h-entry" data-pagefind-body>
|
||||||
{% if link %}
|
{% if link %}
|
||||||
<a class="no-underline" href="{{ link }}">
|
<a class="no-underline" href="{{ link }}">
|
||||||
<h2 class="[&>svg]:h-5 [&>svg]:w-5 [&>svg]:md:h-7 [&>svg]:md:w-7 [&>svg]:-mt-1 [&>svg]:md:-mt-1.5 [&>svg]:inline icon--bold p-name m-0 text-xl font-black leading-tight tracking-normal hover:text-pink-500 text-gray-800 dark:text-gray-200 dark:hover:text-pink-500 md:text-2xl ease-in-out duration-300 pt-8" data-pagefind-meta="title">
|
<h2 class="[&>svg]:h-5 [&>svg]:w-5 [&>svg]:md:h-7 [&>svg]:md:w-7 [&>svg]:-mt-1 [&>svg]:md:-mt-1.5 [&>svg]:inline icon--bold p-name m-0 text-xl font-black leading-tight tracking-normal hover:text-blue-800 text-gray-800 dark:text-gray-200 dark:hover:text-blue-200 md:text-2xl ease-in-out duration-300 pt-8" data-pagefind-meta="title">
|
||||||
{% tablericon 'link' title %}
|
{% tablericon 'link' title %}
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
{% tablericon "arrow-left" "Previous site" %}
|
{% tablericon "arrow-left" "Previous site" %}
|
||||||
</a>
|
</a>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<a href="https://webri.ng/webring/cssjoy/random?via=https://coryd.dev/webrings" class="[&>svg]:h-6 [&>svg]:w-6 icon--bold mx-4 flex flex-row items-center font-semibold p-2 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-pink-500">
|
<a href="https://webri.ng/webring/cssjoy/random?via=https://coryd.dev/webrings" class="[&>svg]:h-6 [&>svg]:w-6 icon--bold mx-4 flex flex-row items-center font-semibold p-2 rounded-full !no-underline !text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 hover:bg-pink-500">
|
||||||
{% tablericon "dice-3" "Random site" %}
|
{% tablericon "dice-3" "Random site" %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
The Claw Webring
|
The Claw Webring
|
||||||
</h3>
|
</h3>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<a href="https://github.com/whitep4nth3r/the-claw-webring" class="flex flex-row items-start md:items-center font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-pink-500">
|
<a href="https://github.com/whitep4nth3r/the-claw-webring" class="flex flex-row items-start md:items-center font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 hover:bg-pink-500">
|
||||||
<span class="[&>svg]:h-5 [&>svg]:w-5 icon--bold pt-1 md:pt-0 mr-1">
|
<span class="[&>svg]:h-5 [&>svg]:w-5 icon--bold pt-1 md:pt-0 mr-1">
|
||||||
{% tablericon "user-plus" "Join!" %}
|
{% tablericon "user-plus" "Join!" %}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -19,7 +19,7 @@ meta:
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="flex items-center justify-center w-full not-prose mb-6">
|
<div class="flex items-center justify-center w-full not-prose mb-6">
|
||||||
<div class="border border-teal-700 dark:border-teal-300 bg-white rounded-full overflow-hidden p-4 [&>*]:max-w-xs">
|
<div class="border border-blue-500 dark:border-blue-200 bg-white rounded-full overflow-hidden p-4 [&>*]:max-w-xs">
|
||||||
{% capture about_alt %}{{ site.name }} - image by David Neal / @reverentgeek{% endcapture %}
|
{% capture about_alt %}{{ site.name }} - image by David Neal / @reverentgeek{% endcapture %}
|
||||||
{% image './src/assets/img/avatar.webp', about_alt, 'w-full h-auto' %}
|
{% image './src/assets/img/avatar.webp', about_alt, 'w-full h-auto' %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -29,13 +29,13 @@ meta:
|
||||||
>
|
>
|
||||||
<a class="no-underline" href="{% if post.data.link %}{{ post.data.link }}{% else %}{{ post.url }}{% endif %}">
|
<a class="no-underline" href="{% if post.data.link %}{{ post.data.link }}{% else %}{{ post.url }}{% endif %}">
|
||||||
{% if post.data.link %}
|
{% if post.data.link %}
|
||||||
<h2 class="[&>svg]:h-5 [&>svg]:w-5 [&>svg]:md:h-7 [&>svg]:md:w-7 [&>svg]:-mt-1 [&>svg]:md:-mt-1.5 [&>svg]:inline icon--bold p-name m-0 text-xl font-black leading-tight tracking-normal hover:text-pink-500 dark:text-gray-200 dark:hover:text-pink-500 md:text-2xl ease-in-out duration-300">
|
<h2 class="[&>svg]:h-5 [&>svg]:w-5 [&>svg]:md:h-7 [&>svg]:md:w-7 [&>svg]:-mt-1 [&>svg]:md:-mt-1.5 [&>svg]:inline icon--bold p-name m-0 text-xl font-black leading-tight tracking-normal hover:text-blue-800 dark:text-gray-200 dark:hover:text-blue-200 md:text-2xl ease-in-out duration-300">
|
||||||
{% tablericon 'link' post.data.title %}
|
{% tablericon 'link' post.data.title %}
|
||||||
{{ post.data.title }}
|
{{ post.data.title }}
|
||||||
</h2>
|
</h2>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h2
|
<h2
|
||||||
class="p-name m-0 text-xl font-black leading-tight tracking-normal hover:text-pink-500 dark:text-gray-200 dark:hover:text-pink-500 md:text-2xl ease-in-out duration-300"
|
class="p-name m-0 text-xl font-black leading-tight tracking-normal hover:text-blue-800 dark:text-gray-200 dark:hover:text-blue-200 md:text-2xl ease-in-out duration-300"
|
||||||
>
|
>
|
||||||
{{ post.data.title }}
|
{{ post.data.title }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
@ -69,7 +69,7 @@ export default function Now(props) {
|
||||||
<p className="mt-2 text-lg leading-7 text-gray-500 dark:text-gray-100">
|
<p className="mt-2 text-lg leading-7 text-gray-500 dark:text-gray-100">
|
||||||
<CodeBracketIcon className="mr-1 inline h-6 w-6" />
|
<CodeBracketIcon className="mr-1 inline h-6 w-6" />
|
||||||
Working at <Link
|
Working at <Link
|
||||||
className="text-purple-500 hover:text-purple-600 dark:hover:text-purple-400"
|
className="text-blue-500 hover:text-blue-600 dark:hover:text-blue-400"
|
||||||
href="https://hashicorp.com"
|
href="https://hashicorp.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
@ -81,7 +81,7 @@ export default function Now(props) {
|
||||||
<MegaphoneIcon className="mr-1 inline h-6 w-6" />
|
<MegaphoneIcon className="mr-1 inline h-6 w-6" />
|
||||||
Rooting for the{` `}
|
Rooting for the{` `}
|
||||||
<Link
|
<Link
|
||||||
className="text-purple-500 hover:text-purple-600 dark:hover:text-purple-400"
|
className="text-blue-500 hover:text-blue-600 dark:hover:text-blue-400"
|
||||||
href="https://lakers.com"
|
href="https://lakers.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
@ -98,7 +98,7 @@ export default function Now(props) {
|
||||||
<p className="mt-2 text-lg leading-7 text-gray-500 dark:text-gray-100">
|
<p className="mt-2 text-lg leading-7 text-gray-500 dark:text-gray-100">
|
||||||
<CommandLineIcon className="mr-1 inline h-6 w-6" />
|
<CommandLineIcon className="mr-1 inline h-6 w-6" />
|
||||||
Hacking away on random projects like this page, my <Link
|
Hacking away on random projects like this page, my <Link
|
||||||
className="text-purple-500 hover:text-purple-600 dark:hover:text-purple-400"
|
className="text-blue-500 hover:text-blue-600 dark:hover:text-blue-400"
|
||||||
href="/blog"
|
href="/blog"
|
||||||
passHref
|
passHref
|
||||||
>
|
>
|
||||||
|
@ -114,7 +114,7 @@ export default function Now(props) {
|
||||||
<p className="pt-8 text-center text-xs text-gray-900 dark:text-gray-100">
|
<p className="pt-8 text-center text-xs text-gray-900 dark:text-gray-100">
|
||||||
(This is a{' '}
|
(This is a{' '}
|
||||||
<Link
|
<Link
|
||||||
className="text-purple-500 hover:text-purple-600 dark:hover:text-purple-400"
|
className="text-blue-500 hover:text-blue-600 dark:hover:text-blue-400"
|
||||||
href="https://nownownow.com/about"
|
href="https://nownownow.com/about"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
@ -122,7 +122,7 @@ export default function Now(props) {
|
||||||
now page
|
now page
|
||||||
</Link>
|
</Link>
|
||||||
, and if you have your own site, <Link
|
, and if you have your own site, <Link
|
||||||
className="text-purple-500 hover:text-purple-600 dark:hover:text-purple-400"
|
className="text-blue-500 hover:text-blue-600 dark:hover:text-blue-400"
|
||||||
href="https://nownownow.com/about"
|
href="https://nownownow.com/about"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
@ -309,14 +309,14 @@ const Cover = (props: { media: Media; type: 'artist' | 'album' }) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Link
|
<Link
|
||||||
className="text-purple-500 hover:text-purple-600 dark:hover:text-purple-400"
|
className="text-blue-500 hover:text-blue-600 dark:hover:text-blue-400"
|
||||||
href={media.url}
|
href={media.url}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
title={media.name}
|
title={media.name}
|
||||||
>
|
>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<div className="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-500 bg-cover-gradient dark:border-gray-500"></div>
|
<div className="absolute left-0 top-0 h-full w-full rounded-lg border border-blue-500 bg-cover-gradient dark:border-gray-500"></div>
|
||||||
<div className="absolute left-1 bottom-2 drop-shadow-md">
|
<div className="absolute left-1 bottom-2 drop-shadow-md">
|
||||||
<div className="px-1 text-xs font-bold text-white">{media.name}</div>
|
<div className="px-1 text-xs font-bold text-white">{media.name}</div>
|
||||||
<div className="px-1 text-xs text-white">
|
<div className="px-1 text-xs text-white">
|
||||||
|
|
|
@ -56,7 +56,7 @@ The **Listening: albums** call is quite similar, swapping the `user.gettopartist
|
||||||
{% for artist in artists %}
|
{% for artist in artists %}
|
||||||
<a href="{{artist.url}}" title="{{artist.name | escape}}">
|
<a href="{{artist.url}}" title="{{artist.name | escape}}">
|
||||||
<div class="relative block">
|
<div class="relative block">
|
||||||
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-500 bg-cover-gradient dark:border-gray-500"></div>
|
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-blue-500 bg-cover-gradient dark:border-gray-500"></div>
|
||||||
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
||||||
<div class="px-1 text-xs font-bold text-white">{{artist.name}}</div>
|
<div class="px-1 text-xs font-bold text-white">{{artist.name}}</div>
|
||||||
<div class="px-1 text-xs text-white">
|
<div class="px-1 text-xs text-white">
|
||||||
|
@ -106,7 +106,7 @@ These images are all cropped to `350x350` and hosted over on <a href="https://bu
|
||||||
{% for album in albums %}
|
{% for album in albums %}
|
||||||
<a href="{{album.url}}" title="{{album.name | escape}}">
|
<a href="{{album.url}}" title="{{album.name | escape}}">
|
||||||
<div class="relative block">
|
<div class="relative block">
|
||||||
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-500 bg-cover-gradient dark:border-gray-500"></div>
|
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-blue-500 bg-cover-gradient dark:border-gray-500"></div>
|
||||||
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
||||||
<div class="px-1 text-xs font-bold text-white">{{album.name}}</div>
|
<div class="px-1 text-xs font-bold text-white">{{album.name}}</div>
|
||||||
<div class="px-1 text-xs text-white">
|
<div class="px-1 text-xs text-white">
|
||||||
|
|
|
@ -76,7 +76,7 @@ const WebmentionsCore = () => {
|
||||||
<li key={mention['wm-id']} className="-ml-2">
|
<li key={mention['wm-id']} className="-ml-2">
|
||||||
<Link href={mention.url} target="_blank" rel="noopener noreferrer">
|
<Link href={mention.url} target="_blank" rel="noopener noreferrer">
|
||||||
<Image
|
<Image
|
||||||
className="h-10 w-10 rounded-full border border-purple-500 dark:border-gray-500"
|
className="h-10 w-10 rounded-full border border-blue-500 dark:border-gray-500"
|
||||||
src={mention.author.photo}
|
src={mention.author.photo}
|
||||||
alt={mention.author.name}
|
alt={mention.author.name}
|
||||||
width="40"
|
width="40"
|
||||||
|
@ -105,7 +105,7 @@ const WebmentionsCore = () => {
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
className="h-12 w-12 rounded-full border border-purple-500 dark:border-gray-500"
|
className="h-12 w-12 rounded-full border border-blue-500 dark:border-gray-500"
|
||||||
src={mention.author.photo}
|
src={mention.author.photo}
|
||||||
alt={mention.author.name}
|
alt={mention.author.name}
|
||||||
width="48"
|
width="48"
|
||||||
|
|
|
@ -160,7 +160,7 @@ The templating for my site is all written in [liquid.js](https://liquidjs.com) a
|
||||||
{% for artist in recentTracks.artists %}
|
{% for artist in recentTracks.artists %}
|
||||||
<a href="https://rateyourmusic.com/search?searchterm={{ artist.name | escape }}" title="{{artist.name | escape}}">
|
<a href="https://rateyourmusic.com/search?searchterm={{ artist.name | escape }}" title="{{artist.name | escape}}">
|
||||||
<div class="relative block">
|
<div class="relative block">
|
||||||
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-600 hover:border-purple-500 bg-cover-gradient dark:border-purple-400 dark:hover:border-purple-500"></div>
|
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-blue-600 hover:border-blue-500 bg-cover-gradient dark:border-blue-400 dark:hover:border-blue-500"></div>
|
||||||
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
||||||
<div class="px-1 text-xs font-bold text-white">{{ artist.name }}</div>
|
<div class="px-1 text-xs font-bold text-white">{{ artist.name }}</div>
|
||||||
<div class="px-1 text-xs text-white">
|
<div class="px-1 text-xs text-white">
|
||||||
|
@ -184,7 +184,7 @@ The templating for my site is all written in [liquid.js](https://liquidjs.com) a
|
||||||
{% for album in recentTracks.albums %}
|
{% for album in recentTracks.albums %}
|
||||||
<a href="https://rateyourmusic.com/search?searchtype=l&searchterm={{album.name | escape}}" title="{{album.name | escape}}">
|
<a href="https://rateyourmusic.com/search?searchtype=l&searchterm={{album.name | escape}}" title="{{album.name | escape}}">
|
||||||
<div class="relative block">
|
<div class="relative block">
|
||||||
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-600 hover:border-purple-500 bg-cover-gradient dark:border-purple-400 dark:hover:border-purple-500"></div>
|
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-blue-600 hover:border-blue-500 bg-cover-gradient dark:border-blue-400 dark:hover:border-blue-500"></div>
|
||||||
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
||||||
<div class="px-1 text-xs font-bold text-white">{{ album.name }}</div>
|
<div class="px-1 text-xs font-bold text-white">{{ album.name }}</div>
|
||||||
<div class="px-1 text-xs text-white">
|
<div class="px-1 text-xs text-white">
|
||||||
|
@ -204,7 +204,7 @@ The templating for my site is all written in [liquid.js](https://liquidjs.com) a
|
||||||
|
|
||||||
We have an object containing arrays of objects — we iterate through each object for the appropriate section (tracks aren't displayed at the moment) and build the resulting display[^3]. This isn't perfect by any means, but, it does provide a nice little visualization of what I'm listening to and `240` tracks feels adequate as a rolling window into that activity.
|
We have an object containing arrays of objects — we iterate through each object for the appropriate section (tracks aren't displayed at the moment) and build the resulting display[^3]. This isn't perfect by any means, but, it does provide a nice little visualization of what I'm listening to and `240` tracks feels adequate as a rolling window into that activity.
|
||||||
|
|
||||||
{% image 'https://cdn.coryd.dev/blog/albums-artists.jpg', 'Albums and artists', 'border border-purple-600 dark:border-purple-400 rounded-lg overflow-hidden [&>*]:w-full' %}
|
{% image '<https://cdn.coryd.dev/blog/albums-artists.jpg>', 'Albums and artists', 'border border-blue-500 dark:border-blue-200 rounded-lg overflow-hidden [&>*]:w-full' %}
|
||||||
|
|
||||||
[^1]: There are some good options to do this, but there aren't a _ton_ and the age of some of the apps is concerning. [Marvis](https://appaddy.wixsite.com/marvis) is far and away your best choice here.
|
[^1]: There are some good options to do this, but there aren't a _ton_ and the age of some of the apps is concerning. [Marvis](https://appaddy.wixsite.com/marvis) is far and away your best choice here.
|
||||||
[^2]: Making sure that you update the values you obtained, including the path to your downloaded `.p8` file.
|
[^2]: Making sure that you update the values you obtained, including the path to your downloaded `.p8` file.
|
||||||
|
|
|
@ -26,7 +26,7 @@ If you want to skip all the reading, the diff for this [is here](https://github.
|
||||||
{% assign alt = item.alt | strip %}
|
{% assign alt = item.alt | strip %}
|
||||||
<a href="{{ item.url | stripUtm }}" title="{{ alt | escape }}">
|
<a href="{{ item.url | stripUtm }}" title="{{ alt | escape }}">
|
||||||
<div class="relative block h-full"{% if shape != 'square' %} style="max-width:226px"{% endif %}>
|
<div class="relative block h-full"{% if shape != 'square' %} style="max-width:226px"{% endif %}>
|
||||||
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-600 hover:border-pink-500 dark:border-purple-400 dark:hover:border-pink-500 ease-in-out duration-300{% if item.title %} bg-cover-gradient{% endif %}"></div>
|
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-blue-600 hover:border-blue-800 dark:border-blue-400 dark:hover:border-blue-200 ease-in-out duration-300{% if item.title %} bg-cover-gradient{% endif %}"></div>
|
||||||
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
||||||
{% if item.title %}
|
{% if item.title %}
|
||||||
<div class="px-1 text-xs font-bold text-white line-clamp-2">{{ item.title }}</div>
|
<div class="px-1 text-xs font-bold text-white line-clamp-2">{{ item.title }}</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@ I've been using Fastmail for years now and have explored a number of different a
|
||||||
|
|
||||||
For now, I've approached filtering my mail by applying regular expressions to reasonably broad categories of incoming mail[^2]. My thinking with this approach is that will scale better over the long term by applying heuristics to common phrases and patterns in incoming mail without the need to apply rules to senders on a per address or domain basis.
|
For now, I've approached filtering my mail by applying regular expressions to reasonably broad categories of incoming mail[^2]. My thinking with this approach is that will scale better over the long term by applying heuristics to common phrases and patterns in incoming mail without the need to apply rules to senders on a per address or domain basis.
|
||||||
|
|
||||||
{% image 'https://cdn.coryd.dev/blog/fastmail-workflow.jpg', 'A diagram of my Fastmail workflow', 'border border-purple-600 dark:border-purple-400 rounded-lg overflow-hidden [&>*]:w-full' %}
|
{% image '<https://cdn.coryd.dev/blog/fastmail-workflow.jpg>', 'A diagram of my Fastmail workflow', 'border border-blue-500 dark:border-blue-200 rounded-lg overflow-hidden [&>*]:w-full' %}
|
||||||
|
|
||||||
## Alias-specific rules
|
## Alias-specific rules
|
||||||
|
|
||||||
|
|
|
@ -65,6 +65,6 @@ Rendering the output is as simple as:
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
Leaving us with:
|
Leaving us with:
|
||||||
{% image 'https://cdn.coryd.dev/blog/album-releases.jpg', 'Albums I\'m looking forward to', 'border border-purple-600 dark:border-purple-400 rounded-lg overflow-hidden [&>*]:w-full' %}
|
{% image '<https://cdn.coryd.dev/blog/album-releases.jpg>', 'Albums I\'m looking forward to', 'border border-blue-500 dark:border-blue-200 rounded-lg overflow-hidden [&>*]:w-full' %}
|
||||||
|
|
||||||
[^1]: At this point, a dev playground.
|
[^1]: At this point, a dev playground.
|
||||||
|
|
|
@ -15,7 +15,7 @@ Given that I was already iterating through all pages in my posts collection, my
|
||||||
<div class="flex flex-row items-center">
|
<div class="flex flex-row items-center">
|
||||||
<select
|
<select
|
||||||
id="pagination"
|
id="pagination"
|
||||||
class="block w-12 h-12 rounded-full text-white dark:text-gray-900 bg-purple-500 hover:bg-purple-500 dark:hover:bg-purple-300 mr-1 focus-visible:outline-none focus-visible:bg-purple-400 appearance-none text-center"
|
class="block w-12 h-12 rounded-full text-white dark:text-gray-900 bg-blue-500 hover:bg-blue-500 dark:hover:bg-blue-300 mr-1 focus-visible:outline-none focus-visible:bg-blue-400 appearance-none text-center"
|
||||||
style="text-align-last:center">
|
style="text-align-last:center">
|
||||||
{% for pageEntry in pagination.pages %}
|
{% for pageEntry in pagination.pages %}
|
||||||
<option {% if page.url == pagination.hrefs[forloop.index0] %}selected{% endif %} value="{{ forloop.index }}">{{ forloop.index }}</option>
|
<option {% if page.url == pagination.hrefs[forloop.index0] %}selected{% endif %} value="{{ forloop.index }}">{{ forloop.index }}</option>
|
||||||
|
|
|
@ -13,7 +13,7 @@ I made a minor update to how I'm normalizing TV data for display on my now page.
|
||||||
|
|
||||||
By _minor_ I mean one of those things that may well break inexplicably depending on where the data lands. Instead of returning a normalized array based directly off the data returned by [Trakt](https://trakt.tv)'s API I'm instead collecting episodes in an array, checking as I iterate through the response to see if an episode of the same show exists and replacing that object with a mutated object designed to display the range of episodes watched for the show.
|
By _minor_ I mean one of those things that may well break inexplicably depending on where the data lands. Instead of returning a normalized array based directly off the data returned by [Trakt](https://trakt.tv)'s API I'm instead collecting episodes in an array, checking as I iterate through the response to see if an episode of the same show exists and replacing that object with a mutated object designed to display the range of episodes watched for the show.
|
||||||
|
|
||||||
{% image 'https://cdn.coryd.dev/blog/grouped-tv.jpg', 'Grouped TV episodes', 'border border-purple-600 dark:border-purple-400 rounded-lg overflow-hidden [&>*]:w-full' %}
|
{% image '<https://cdn.coryd.dev/blog/grouped-tv.jpg>', 'Grouped TV episodes', 'border border-blue-500 dark:border-blue-200 rounded-lg overflow-hidden [&>*]:w-full' %}
|
||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
|
|
||||||
|
|
|
@ -168,6 +168,6 @@ Finally, if the page this all lives on is loaded by a client without JavaScript
|
||||||
|
|
||||||
All of this, yields the single line at the bottom of this image — updated on each visit.
|
All of this, yields the single line at the bottom of this image — updated on each visit.
|
||||||
|
|
||||||
{% image 'https://cdn.coryd.dev/blog/now-playing.jpg', 'Now playing', 'border border-purple-600 dark:border-purple-400 rounded-lg overflow-hidden [&>*]:w-full' %}
|
{% image '<https://cdn.coryd.dev/blog/now-playing.jpg>', 'Now playing', 'border border-blue-500 dark:border-blue-200 rounded-lg overflow-hidden [&>*]:w-full' %}
|
||||||
|
|
||||||
[^1]: Plus explicit conditions matching David Bowie and Minor Threat.
|
[^1]: Plus explicit conditions matching David Bowie and Minor Threat.
|
||||||
|
|
|
@ -140,6 +140,6 @@ For this page in particular, the images that are rendered above the fold are set
|
||||||
|
|
||||||
All of these boilerplate steps leave us with a quick to load, accessible and resilient site:
|
All of these boilerplate steps leave us with a quick to load, accessible and resilient site:
|
||||||
|
|
||||||
{% image 'https://cdn.coryd.dev/blog/page-speed.jpg', 'Pagespeed scores for coryd.dev/now', 'border border-purple-600 dark:border-purple-400 rounded-lg overflow-hidden [&>*]:w-full' %}
|
{% image '<https://cdn.coryd.dev/blog/page-speed.jpg>', 'Pagespeed scores for coryd.dev/now', 'border border-blue-500 dark:border-blue-200 rounded-lg overflow-hidden [&>*]:w-full' %}
|
||||||
|
|
||||||
[^1]: It's easy, flexible and helps mitigate my lack of an eye for design by providing safe baselines.
|
[^1]: It's easy, flexible and helps mitigate my lack of an eye for design by providing safe baselines.
|
||||||
|
|
|
@ -133,7 +133,7 @@ _Cool_[^4]. GitHub triggers a rebuild of the site every hour, Netlify builds it,
|
||||||
|
|
||||||
There are some significant issues with this approach: it doesn't capture listens to an album in a loop (like me playing the new Outer Heaven record today — hails 🤘). It can get wonky when my diff function hits a track order that elicits a false positive return value.
|
There are some significant issues with this approach: it doesn't capture listens to an album in a loop (like me playing the new Outer Heaven record today — hails 🤘). It can get wonky when my diff function hits a track order that elicits a false positive return value.
|
||||||
|
|
||||||
{% image 'https://cdn.coryd.dev/blog/charlie.jpg', 'Charlie Day standing in front of charts', 'border border-purple-600 dark:border-purple-400 rounded-lg overflow-hidden [&>*]:w-full' %}
|
{% image '<https://cdn.coryd.dev/blog/charlie.jpg>', 'Charlie Day standing in front of charts', 'border border-blue-500 dark:border-blue-200 rounded-lg overflow-hidden [&>*]:w-full' %}
|
||||||
|
|
||||||
"But Cory there's last.fm." I hear this, I love last.fm, but I've got concerns about its age, ownership and maintenance. I don't want to be on the wrong end of a scream test when the wrong (right?) server rack gets decommissioned.
|
"But Cory there's last.fm." I hear this, I love last.fm, but I've got concerns about its age, ownership and maintenance. I don't want to be on the wrong end of a scream test when the wrong (right?) server rack gets decommissioned.
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ When the build runs, it renders any mentions of a given post via a [liquid.js](h
|
||||||
<img
|
<img
|
||||||
src={{mention.author.photo}}
|
src={{mention.author.photo}}
|
||||||
alt={{mention.author.name}}
|
alt={{mention.author.name}}
|
||||||
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-purple-500 dark:hover:border-purple-300"
|
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-blue-500 dark:hover:border-blue-300"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
@ -98,7 +98,7 @@ When the build runs, it renders any mentions of a given post via a [liquid.js](h
|
||||||
<img
|
<img
|
||||||
src={{mention.author.photo}}
|
src={{mention.author.photo}}
|
||||||
alt={{mention.author.name}}
|
alt={{mention.author.name}}
|
||||||
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-purple-500 dark:hover:border-purple-300"
|
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-blue-500 dark:hover:border-blue-300"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
@ -116,12 +116,12 @@ When the build runs, it renders any mentions of a given post via a [liquid.js](h
|
||||||
<img
|
<img
|
||||||
src={{mention.author.photo}}
|
src={{mention.author.photo}}
|
||||||
alt={{mention.author.name}}
|
alt={{mention.author.name}}
|
||||||
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all group-hover:border-purple-500 dark:group-hover:border-purple-300"
|
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all group-hover:border-blue-500 dark:group-hover:border-blue-300"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
<div class="ml-3">
|
<div class="ml-3">
|
||||||
<p class="text-sm group-hover:text-purple-500 dark:group-hover:text-purple-300">{{mention.content.text}}</p>
|
<p class="text-sm group-hover:text-blue-500 dark:group-hover:text-blue-300">{{mention.content.text}}</p>
|
||||||
<p class="mt-1 text-xs group-hover:text-purple-500 dark:group-hover:text-purple-300">{{mention.published | isoDateOnly}}</p>
|
<p class="mt-1 text-xs group-hover:text-blue-500 dark:group-hover:text-blue-300">{{mention.published | isoDateOnly}}</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -26,7 +26,7 @@ meta:
|
||||||
|
|
||||||
Software and services that I use for work and my own enjoyment.
|
Software and services that I use for work and my own enjoyment.
|
||||||
|
|
||||||
{% image 'https://coryd.dev/assets/img/pages/uses.jpg', 'My desk', 'border border-purple-600 dark:border-purple-400 rounded-lg overflow-hidden [&>*]:w-full', 'eager' %}
|
{% image '<https://coryd.dev/assets/img/pages/uses.jpg>', 'My desk', 'border border-blue-500 dark:border-blue-200 rounded-lg overflow-hidden [&>*]:w-full', 'eager' %}
|
||||||
|
|
||||||
<h3 className="text-xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-2xl sm:leading-10 md:text-4xl md:leading-14">Computer setup</h3>
|
<h3 className="text-xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-2xl sm:leading-10 md:text-4xl md:leading-14">Computer setup</h3>
|
||||||
|
|
||||||
|
|
56
tailwind.css
56
tailwind.css
|
@ -3,7 +3,7 @@
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
--pagefind-ui-primary: theme(colors.purple.600);
|
--pagefind-ui-primary: theme(colors.blue.500);
|
||||||
--pagefind-ui-text: theme(colors.gray.800);
|
--pagefind-ui-text: theme(colors.gray.800);
|
||||||
--pagefind-ui-background: theme(colors.white);
|
--pagefind-ui-background: theme(colors.white);
|
||||||
--pagefind-ui-border: theme(colors.gray.200);
|
--pagefind-ui-border: theme(colors.gray.200);
|
||||||
|
@ -23,11 +23,11 @@ html {
|
||||||
|
|
||||||
.pagefind-ui__form mark {
|
.pagefind-ui__form mark {
|
||||||
color: theme(colors.white) !important;
|
color: theme(colors.white) !important;
|
||||||
background: theme(colors.pink.500) !important;
|
background: theme(colors.blue.500) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagefind-ui__form .pagefind-ui__result-link {
|
.pagefind-ui__form .pagefind-ui__result-link {
|
||||||
color: theme(colors.purple.600) !important;
|
color: theme(colors.blue.500) !important;
|
||||||
@apply !ease-in-out;
|
@apply !ease-in-out;
|
||||||
@apply !duration-300;
|
@apply !duration-300;
|
||||||
}
|
}
|
||||||
|
@ -35,22 +35,22 @@ html {
|
||||||
.pagefind-ui__form .pagefind-ui__result-link:hover,
|
.pagefind-ui__form .pagefind-ui__result-link:hover,
|
||||||
.pagefind-ui__form .pagefind-ui__result-link:focus,
|
.pagefind-ui__form .pagefind-ui__result-link:focus,
|
||||||
.pagefind-ui__form .pagefind-ui__result-link:active {
|
.pagefind-ui__form .pagefind-ui__result-link:active {
|
||||||
color: theme(colors.pink.500) !important;
|
color: theme(colors.blue.500) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
color: theme(colors.white);
|
color: theme(colors.white);
|
||||||
background: theme(colors.pink.500);
|
background: theme(colors.blue.500);
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
color: theme(colors.white);
|
color: theme(colors.white);
|
||||||
background: theme(colors.pink.500);
|
background: theme(colors.blue.500);
|
||||||
}
|
}
|
||||||
|
|
||||||
.active,
|
.active,
|
||||||
.active svg {
|
.active svg {
|
||||||
color: theme(colors.teal.700);
|
color: theme(colors.blue.500);
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-anchor {
|
.header-anchor {
|
||||||
|
@ -67,7 +67,7 @@ h2 > a.header-anchor {
|
||||||
|
|
||||||
a,
|
a,
|
||||||
.prose a {
|
.prose a {
|
||||||
color: theme(colors.purple.600);
|
color: theme(colors.blue.500);
|
||||||
@apply ease-in-out;
|
@apply ease-in-out;
|
||||||
@apply duration-300;
|
@apply duration-300;
|
||||||
}
|
}
|
||||||
|
@ -78,7 +78,7 @@ a:active,
|
||||||
.prose a:hover,
|
.prose a:hover,
|
||||||
.prose a:focus,
|
.prose a:focus,
|
||||||
.prose a:active {
|
.prose a:active {
|
||||||
color: theme(colors.pink.500);
|
color: theme(colors.blue.800);
|
||||||
}
|
}
|
||||||
|
|
||||||
p > a,
|
p > a,
|
||||||
|
@ -97,8 +97,8 @@ pre {
|
||||||
border: 1px solid theme(colors.gray.700);
|
border: 1px solid theme(colors.gray.700);
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
@apply scrollbar-thin;
|
@apply scrollbar-thin;
|
||||||
@apply scrollbar-thumb-pink-500;
|
@apply scrollbar-thumb-blue-500;
|
||||||
@apply scrollbar-track-pink-100;
|
@apply scrollbar-track-blue-100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag--button {
|
.tag--button {
|
||||||
|
@ -111,7 +111,7 @@ pre {
|
||||||
@apply text-white;
|
@apply text-white;
|
||||||
@apply ease-in-out;
|
@apply ease-in-out;
|
||||||
@apply duration-300;
|
@apply duration-300;
|
||||||
background: theme(colors.purple.600);
|
background: theme(colors.blue.500);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag--button.tag--button__small {
|
.tag--button.tag--button__small {
|
||||||
|
@ -126,7 +126,7 @@ pre {
|
||||||
.tag--button:hover,
|
.tag--button:hover,
|
||||||
.tag--button:active,
|
.tag--button:active,
|
||||||
.tag--button:focus {
|
.tag--button:focus {
|
||||||
background: theme(colors.pink.500);
|
background: theme(colors.blue.800);
|
||||||
}
|
}
|
||||||
|
|
||||||
code[class*='language-'],
|
code[class*='language-'],
|
||||||
|
@ -150,7 +150,7 @@ pre[class*='language-'] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.link--icon:hover > svg {
|
.link--icon:hover > svg {
|
||||||
color: theme(colors.pink.500);
|
color: theme(colors.blue.500);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon--spin > svg {
|
.icon--spin > svg {
|
||||||
|
@ -163,25 +163,24 @@ pre[class*='language-'] {
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
--pagefind-ui-primary: theme(colors.purple.400);
|
--pagefind-ui-primary: theme(colors.blue.400);
|
||||||
--pagefind-ui-text: theme(colors.white);
|
--pagefind-ui-text: theme(colors.white);
|
||||||
--pagefind-ui-background: theme(colors.gray.900);
|
--pagefind-ui-background: theme(colors.gray.900);
|
||||||
--pagefind-ui-border: theme(colors.gray.700);
|
--pagefind-ui-border: theme(colors.gray.700);
|
||||||
--pagefind-ui-tag: theme(colors.gray.700);
|
--pagefind-ui-tag: theme(colors.gray.700);
|
||||||
}
|
}
|
||||||
|
|
||||||
.active,
|
|
||||||
.active svg {
|
|
||||||
color: theme(colors.teal.300);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pagefind-ui__form .pagefind-ui__result-link {
|
.pagefind-ui__form .pagefind-ui__result-link {
|
||||||
color: theme(colors.purple.400) !important;
|
color: theme(colors.blue.400) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a:hover,
|
||||||
.prose a {
|
a:focus,
|
||||||
color: theme(colors.purple.400);
|
a:active,
|
||||||
|
.prose a:hover,
|
||||||
|
.prose a:focus,
|
||||||
|
.prose a:active {
|
||||||
|
color: theme(colors.blue.200);
|
||||||
}
|
}
|
||||||
|
|
||||||
.link--icon svg {
|
.link--icon svg {
|
||||||
|
@ -189,11 +188,16 @@ pre[class*='language-'] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.link--icon:hover svg {
|
.link--icon:hover svg {
|
||||||
color: theme(colors.pink.500);
|
color: theme(colors.blue.200);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag--button {
|
.tag--button {
|
||||||
color: theme(colors.gray.900);
|
color: theme(colors.gray.900);
|
||||||
background: theme(colors.purple.400);
|
}
|
||||||
|
|
||||||
|
.tag--button:hover,
|
||||||
|
.tag--button:active,
|
||||||
|
.tag--button:focus {
|
||||||
|
background: theme(colors.blue.200);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue