From 20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 20 Oct 2024 00:50:13 -0600 Subject: salvage two percent of my chosts --- assets/2023-05-23-two-heresies-about-link-rot-1.png | Bin 0 -> 16032 bytes assets/2023-11-26-tiny-cactus-cloudtest02-1.png | Bin 0 -> 1398353 bytes assets/2023-11-26-tiny-cactus-cloudtest02-2.png | Bin 0 -> 347625 bytes assets/2023-11-26-tiny-cactus-cloudtest02-3.png | Bin 0 -> 2036516 bytes assets/2023-12-27-no-mans-sky-unless-1.png | Bin 0 -> 556646 bytes assets/2024-09-20-eggbug-forever-ffxiv-1.png | Bin 0 -> 4578247 bytes assets/2024-09-20-eggbug-forever-ffxiv-2.gif | Bin 0 -> 10337916 bytes assets/2024-09-20-eggbug-forever-ffxiv-3.gif | Bin 0 -> 10265147 bytes assets/site.css | 16 ++++++++++++++-- 9 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 assets/2023-05-23-two-heresies-about-link-rot-1.png create mode 100644 assets/2023-11-26-tiny-cactus-cloudtest02-1.png create mode 100644 assets/2023-11-26-tiny-cactus-cloudtest02-2.png create mode 100644 assets/2023-11-26-tiny-cactus-cloudtest02-3.png create mode 100644 assets/2023-12-27-no-mans-sky-unless-1.png create mode 100644 assets/2024-09-20-eggbug-forever-ffxiv-1.png create mode 100644 assets/2024-09-20-eggbug-forever-ffxiv-2.gif create mode 100644 assets/2024-09-20-eggbug-forever-ffxiv-3.gif (limited to 'assets') diff --git a/assets/2023-05-23-two-heresies-about-link-rot-1.png b/assets/2023-05-23-two-heresies-about-link-rot-1.png new file mode 100644 index 0000000..f212352 Binary files /dev/null and b/assets/2023-05-23-two-heresies-about-link-rot-1.png differ diff --git a/assets/2023-11-26-tiny-cactus-cloudtest02-1.png b/assets/2023-11-26-tiny-cactus-cloudtest02-1.png new file mode 100644 index 0000000..407a93c Binary files /dev/null and b/assets/2023-11-26-tiny-cactus-cloudtest02-1.png differ diff --git a/assets/2023-11-26-tiny-cactus-cloudtest02-2.png b/assets/2023-11-26-tiny-cactus-cloudtest02-2.png new file mode 100644 index 0000000..840a30d Binary files /dev/null and b/assets/2023-11-26-tiny-cactus-cloudtest02-2.png differ diff --git a/assets/2023-11-26-tiny-cactus-cloudtest02-3.png b/assets/2023-11-26-tiny-cactus-cloudtest02-3.png new file mode 100644 index 0000000..800fea7 Binary files /dev/null and b/assets/2023-11-26-tiny-cactus-cloudtest02-3.png differ diff --git a/assets/2023-12-27-no-mans-sky-unless-1.png b/assets/2023-12-27-no-mans-sky-unless-1.png new file mode 100644 index 0000000..7fa7fd9 Binary files /dev/null and b/assets/2023-12-27-no-mans-sky-unless-1.png differ diff --git a/assets/2024-09-20-eggbug-forever-ffxiv-1.png b/assets/2024-09-20-eggbug-forever-ffxiv-1.png new file mode 100644 index 0000000..78902af Binary files /dev/null and b/assets/2024-09-20-eggbug-forever-ffxiv-1.png differ diff --git a/assets/2024-09-20-eggbug-forever-ffxiv-2.gif b/assets/2024-09-20-eggbug-forever-ffxiv-2.gif new file mode 100644 index 0000000..86dc4b7 Binary files /dev/null and b/assets/2024-09-20-eggbug-forever-ffxiv-2.gif differ diff --git a/assets/2024-09-20-eggbug-forever-ffxiv-3.gif b/assets/2024-09-20-eggbug-forever-ffxiv-3.gif new file mode 100644 index 0000000..b89d970 Binary files /dev/null and b/assets/2024-09-20-eggbug-forever-ffxiv-3.gif differ diff --git a/assets/site.css b/assets/site.css index d57334c..fee0057 100644 --- a/assets/site.css +++ b/assets/site.css @@ -18,9 +18,12 @@ code { pre { line-height: 1.25; } +img { + max-width: 100%; +} a { - border-bottom: 1px solid #444444; - color: #444444; + border-bottom: 1px solid currentColor; + color: inherit; text-decoration: none; } a:hover { @@ -53,6 +56,15 @@ table th, table td { justify-content: center; } +.cohost-style-embed { + background-color: #fff1df; +} + +.cohost-style-embed-link { + padding: 0.75em; + text-align: right; +} + /* https://github.com/PrismJS/prism/blob/master/themes/prism.css */ code[class*="language-"], pre[class*="language-"] { -- cgit v1.2.3