Update something

This commit is contained in:
tiff 2025-06-24 09:21:43 -04:00
parent 2804f1891b
commit a3aff650f8
3 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ export const SITE = {
showArchives: true, showArchives: true,
showBackButton: true, // show back button in post detail showBackButton: true, // show back button in post detail
editPost: { 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", text: "Suggest Changes",
appendFilePath: true, appendFilePath: true,
}, },

View file

@ -1,5 +1,5 @@
--- ---
pubDatetime: 2025-06-23T05:34:00-04:00 pubDatetime: 2025-06-23T04:34:00-04:00
title: "On Leisure" title: "On Leisure"
description: Something happened on the way to suicide. description: Something happened on the way to suicide.
draft: false draft: false

View file

@ -1,9 +1,9 @@
@custom-media --breakpoint (width < 768px); @custom-media --breakpoint (width < 768px);
.littlefoot { .littlefoot {
--button-background-color: #D26878; --button-background-color: #A6A6A6;
--button-text-color: #fff; --button-text-color: #fff;
--button-active-background-color: #a7505d; --button-active-background-color: #B9B9B9;
--button-active-text-color: #fff; --button-active-text-color: #fff;
--button-border-radius: 0.5rem; --button-border-radius: 0.5rem;
--button-height: 1rem; --button-height: 1rem;
@ -12,7 +12,7 @@
--button-transition: background-color 0.25s ease, color 0.25s ease; --button-transition: background-color 0.25s ease, color 0.25s ease;
--popover-background-color: #f5f5f5; --popover-background-color: #f5f5f5;
--popover-text-color: #111; --popover-text-color: #111;
--popover-border: 3px solid #D26878; --popover-border: 3px solid #F5F5F5;
--popover-border-radius: 0.5rem; --popover-border-radius: 0.5rem;
--popover-max-height: 15em; --popover-max-height: 15em;
--popover-max-width: 90%; --popover-max-width: 90%;