From a3aff650f877951ed607ad0e3f6bfd6cd43efaaa Mon Sep 17 00:00:00 2001 From: tiff Date: Tue, 24 Jun 2025 09:21:43 -0400 Subject: [PATCH] Update something --- src/config.ts | 2 +- src/data/blog/on-leisure.md | 2 +- src/styles/littlefoot.css | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/config.ts b/src/config.ts index 624ab87..3219130 100644 --- a/src/config.ts +++ b/src/config.ts @@ -12,7 +12,7 @@ export const SITE = { showArchives: true, showBackButton: true, // show back button in post detail editPost: { - url: "https://github.com/twhite96/tiff-eng/edit/main/src/content/blog", + url: "https://forgejo.tiff.run/tiff/devblog/edit/main/src/content/blog", text: "Suggest Changes", appendFilePath: true, }, diff --git a/src/data/blog/on-leisure.md b/src/data/blog/on-leisure.md index 4c037cd..ff21afc 100644 --- a/src/data/blog/on-leisure.md +++ b/src/data/blog/on-leisure.md @@ -1,5 +1,5 @@ --- -pubDatetime: 2025-06-23T05:34:00-04:00 +pubDatetime: 2025-06-23T04:34:00-04:00 title: "On Leisure" description: Something happened on the way to suicide. draft: false diff --git a/src/styles/littlefoot.css b/src/styles/littlefoot.css index 7c532d7..71d717c 100644 --- a/src/styles/littlefoot.css +++ b/src/styles/littlefoot.css @@ -1,9 +1,9 @@ @custom-media --breakpoint (width < 768px); .littlefoot { - --button-background-color: #D26878; + --button-background-color: #A6A6A6; --button-text-color: #fff; - --button-active-background-color: #a7505d; + --button-active-background-color: #B9B9B9; --button-active-text-color: #fff; --button-border-radius: 0.5rem; --button-height: 1rem; @@ -12,7 +12,7 @@ --button-transition: background-color 0.25s ease, color 0.25s ease; --popover-background-color: #f5f5f5; --popover-text-color: #111; - --popover-border: 3px solid #D26878; + --popover-border: 3px solid #F5F5F5; --popover-border-radius: 0.5rem; --popover-max-height: 15em; --popover-max-width: 90%;