diff --git a/includes/styles.html b/includes/styles.html index ae54f3e..6293fba 100644 --- a/includes/styles.html +++ b/includes/styles.html @@ -35,4 +35,8 @@ h3 { summary p { display: inline; } +li:has(> input[checked]) { + text-decoration: line-through; + color: lightgray; +} diff --git a/src/notes.md b/src/notes.md index 1a5975c..dd8f978 100644 --- a/src/notes.md +++ b/src/notes.md @@ -9,16 +9,19 @@ updated: Sun, 27 Nov 2022 02:24:11 -0700 SPOILERS!! **THREADS** -- kasutva, noodle head -- scissormen, huskies, dreamforms, gliftwirp the warpwefter, Ephermeris -- Lady in Red ??? Tess, Piskin, Salvia ; Beaker (and Cio) trailing the BANDits? -- Benefactor wants Crystals to kill a god -- Golden Iris wants Crystals to make a new god -- Gnu Zealots (aligned with Golden Iris) seek to open source godhood -- Sitopotnia has offered new corn-based bodies to the cyberplasm if they can deliver to her the Quintessence -- Blavin double agent with Golden Iris -- BATT wants to preserve the timeline -- Felixe and Corraidhin, show up in the dreaming +- [ ] scissormen, huskies +- [ ] Lady in Red ??? Tess, Piskin, Salvia ; Beaker (and Cio) trailing the BANDits? +- [ ] Benefactor wants Crystals to kill a god +- [ ] BATT wants to preserve the timeline +- [x] kasutva, noodle head +- [x] Felixe and Corraidhin, show up in the dreaming +- [x] Golden Iris wants Crystals to make a new god +- [x] Gnu Zealots (aligned with Golden Iris) seek to open source godhood +- [x] Blavin double agent with Golden Iris +- [x] dreamforms, +- [x] gliftwirp the warpwefter +- [x] Ephermeris is Konsu +- [x] Sitopotnia has offered new corn-based bodies to the cyberplasm if they can deliver to her the Quintessence **NAMES AND NPCS** @@ -66,8 +69,8 @@ todo: - [ ] MidJourney omen: priestly blood, demon - [ ] palindromes: taco cat, reward drawer, tin unit, lap pal, evil olive - [ ] The Benefactor is Nullar -- [ ] Blavin is a secret agent, working for the Golden Iris, a secret society that wants to 'create balance' by creating a fourth god - [ ] Nullar got tired of being a god and wanted to die, and Neddas agreed to help him. Shit went bad and turned Liandt to stone, and Nullar's leg to stone. Now Nullar is trying to gather the Ginnarak crystals to assemble the *God Slayer* to attempt once more to end his own life. +- [x] Blavin is a secret agent, working for the Golden Iris, a secret society that wants to 'create balance' by creating a fourth god - [x] the BAND (Birds Are Not Dinosaurs) and the BATT (Birds Are Time Travelers) conspiracy - [x] ・゜゜・。。・゜゜\_o< QUACK! - [x] The gang has a rival: the gophers of Retrieval Team 70 diff --git a/www/spoilers.html b/www/spoilers.html index 7eef4d3..49a160e 100644 --- a/www/spoilers.html +++ b/www/spoilers.html @@ -259,6 +259,10 @@ summary p { display: inline; } + li:has(> input[checked]) { + text-decoration: line-through; + color: lightgray; + }