diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/2023-05-23-two-heresies-about-link-rot-1.png | bin | 0 -> 16032 bytes | |||
-rw-r--r-- | assets/2023-11-26-tiny-cactus-cloudtest02-1.png | bin | 0 -> 1398353 bytes | |||
-rw-r--r-- | assets/2023-11-26-tiny-cactus-cloudtest02-2.png | bin | 0 -> 347625 bytes | |||
-rw-r--r-- | assets/2023-11-26-tiny-cactus-cloudtest02-3.png | bin | 0 -> 2036516 bytes | |||
-rw-r--r-- | assets/2023-12-27-no-mans-sky-unless-1.png | bin | 0 -> 556646 bytes | |||
-rw-r--r-- | assets/2024-09-20-eggbug-forever-ffxiv-1.png | bin | 0 -> 4578247 bytes | |||
-rw-r--r-- | assets/2024-09-20-eggbug-forever-ffxiv-2.gif | bin | 0 -> 10337916 bytes | |||
-rw-r--r-- | assets/2024-09-20-eggbug-forever-ffxiv-3.gif | bin | 0 -> 10265147 bytes | |||
-rw-r--r-- | assets/site.css | 16 |
9 files changed, 14 insertions, 2 deletions
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 Binary files differnew file mode 100644 index 0000000..f212352 --- /dev/null +++ b/assets/2023-05-23-two-heresies-about-link-rot-1.png diff --git a/assets/2023-11-26-tiny-cactus-cloudtest02-1.png b/assets/2023-11-26-tiny-cactus-cloudtest02-1.png Binary files differnew file mode 100644 index 0000000..407a93c --- /dev/null +++ b/assets/2023-11-26-tiny-cactus-cloudtest02-1.png diff --git a/assets/2023-11-26-tiny-cactus-cloudtest02-2.png b/assets/2023-11-26-tiny-cactus-cloudtest02-2.png Binary files differnew file mode 100644 index 0000000..840a30d --- /dev/null +++ b/assets/2023-11-26-tiny-cactus-cloudtest02-2.png diff --git a/assets/2023-11-26-tiny-cactus-cloudtest02-3.png b/assets/2023-11-26-tiny-cactus-cloudtest02-3.png Binary files differnew file mode 100644 index 0000000..800fea7 --- /dev/null +++ b/assets/2023-11-26-tiny-cactus-cloudtest02-3.png diff --git a/assets/2023-12-27-no-mans-sky-unless-1.png b/assets/2023-12-27-no-mans-sky-unless-1.png Binary files differnew file mode 100644 index 0000000..7fa7fd9 --- /dev/null +++ b/assets/2023-12-27-no-mans-sky-unless-1.png diff --git a/assets/2024-09-20-eggbug-forever-ffxiv-1.png b/assets/2024-09-20-eggbug-forever-ffxiv-1.png Binary files differnew file mode 100644 index 0000000..78902af --- /dev/null +++ b/assets/2024-09-20-eggbug-forever-ffxiv-1.png diff --git a/assets/2024-09-20-eggbug-forever-ffxiv-2.gif b/assets/2024-09-20-eggbug-forever-ffxiv-2.gif Binary files differnew file mode 100644 index 0000000..86dc4b7 --- /dev/null +++ b/assets/2024-09-20-eggbug-forever-ffxiv-2.gif diff --git a/assets/2024-09-20-eggbug-forever-ffxiv-3.gif b/assets/2024-09-20-eggbug-forever-ffxiv-3.gif Binary files differnew file mode 100644 index 0000000..b89d970 --- /dev/null +++ b/assets/2024-09-20-eggbug-forever-ffxiv-3.gif 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-"] { |