From 2b545623c8d2751aa76ad5de0ebefcadd9b13904 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sat, 6 Jul 2024 07:52:09 -0400 Subject: Remove build and include gitignore --- build/dark-mode/index.html | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 build/dark-mode/index.html (limited to 'build/dark-mode/index.html') diff --git a/build/dark-mode/index.html b/build/dark-mode/index.html deleted file mode 100644 index ac3c5bf..0000000 --- a/build/dark-mode/index.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - Supporting Basic Dark Mode - - - - - - - -
-

Supporting Basic Dark Mode

-

2023-03-07

-

The default barf site generator now supports basic dark mode functionality. This has been achieved by including the standard color-scheme meta tag in the core header.html file:

-
<meta name="color-scheme" content="dark light">
-
-

This change also ships with some minor updates to the default blockquote design. You can see an example below:

-
-

This is a really cool blockquote

-
-

Minor Caveat

-

Unfortunately, Safari still has minor ahref / link color issue when defaulting to browser dark mode. If this is a problem for your own build of barf, take a look at a solution I wrote about here.

-

Personally, I can’t be bothered to add that extra code to this project. The Safari team needs to get their shit together and fix such a simple bug. Plus, you shouldn’t be using Safari anyway - it’s proprietary garbage.

- \ No newline at end of file -- cgit v1.2.3-54-g00ecf