diff --git a/crosswords/img/Down by the Bay.png b/crosswords/img/Down by the Bay.png new file mode 100644 index 0000000..4aaa8bc Binary files /dev/null and b/crosswords/img/Down by the Bay.png differ diff --git a/crosswords/index.html b/crosswords/index.html index 520c59a..d0006e2 100644 --- a/crosswords/index.html +++ b/crosswords/index.html @@ -128,6 +128,24 @@ +
+ +
+
+
A 9x9 crossword grid
+

Down by the Bay

+

Grid: 9x9

+ +

Yeah, I don't know. Sorry.

+ +

This one goes out to Dob and Momes from Crossweird, a crossword stream I've been watching for the past few months. Something they've been doing recently is solving hard puzzles with the help of chat, after using this tool to remove all the across clues, leaving them with only downs... and then using it again to replace about a third of the words with "turtle". So I got the idea in my head of constructing a puzzle where the word turtle really does appear in each down clue at least once. I think it's a fun idea because most people do the acrosses first, so hiding a gimmick in the downs feels like a punchline.

+ +

Yes, obviously, I would have LOVED to call this puzzle "Turtles All the Way Down". God, what a good title. I'm actually a little angry with myself that I'm not using it. Unfortunately, it makes the joke a little obvious. I don't want to mention turtles in the title directly because I'm afraid of the jig being up when you read your first down clue. By only alluding to turtles (I checked, you can find them at the bay) I hope it'll take at least two :3

+ +
Play online Download .puz
+
+
+ diff --git a/crosswords/puz/Down by the Bay.puz b/crosswords/puz/Down by the Bay.puz new file mode 100644 index 0000000..c17dd94 Binary files /dev/null and b/crosswords/puz/Down by the Bay.puz differ diff --git a/crosswords/style.css b/crosswords/style.css index 489c28f..321482e 100644 --- a/crosswords/style.css +++ b/crosswords/style.css @@ -119,4 +119,9 @@ h5.permalink { .spoiler:hover { color: var(--text-color); +} + +/* Links really have to be coerced into working */ +.spoiler:not(:hover) > * { + color: var(--spoiler-color) !important; } \ No newline at end of file