@@ -24,20 +24,23 @@ const list: Record<FunboxName, FunboxMetadata> = {
2424 properties : [ "hasCssFile" ] ,
2525 canGetPb : true ,
2626 difficultyLevel : 3 ,
27+ cssModifications : [ "main" ] ,
2728 } ,
2829 upside_down : {
2930 name : "upside_down" ,
3031 description : "Everything is upside down!" ,
3132 properties : [ "hasCssFile" ] ,
3233 canGetPb : true ,
3334 difficultyLevel : 3 ,
35+ cssModifications : [ "main" ] ,
3436 } ,
3537 nausea : {
3638 name : "nausea" ,
3739 description : "I think I'm gonna be sick." ,
3840 canGetPb : true ,
3941 difficultyLevel : 2 ,
4042 properties : [ "hasCssFile" , "ignoreReducedMotion" ] ,
43+ cssModifications : [ "typingTest" ] ,
4144 } ,
4245 round_round_baby : {
4346 name : "round_round_baby" ,
@@ -46,6 +49,7 @@ const list: Record<FunboxName, FunboxMetadata> = {
4649 canGetPb : true ,
4750 difficultyLevel : 3 ,
4851 properties : [ "hasCssFile" , "ignoreReducedMotion" ] ,
52+ cssModifications : [ "typingTest" ] ,
4953 } ,
5054 simon_says : {
5155 name : "simon_says" ,
@@ -69,6 +73,7 @@ const list: Record<FunboxName, FunboxMetadata> = {
6973 frontendFunctions : [ "applyConfig" , "rememberSettings" , "toggleScript" ] ,
7074 name : "tts" ,
7175 description : "Listen closely." ,
76+ cssModifications : [ "words" ] ,
7277 } ,
7378 choo_choo : {
7479 canGetPb : true ,
@@ -81,6 +86,7 @@ const list: Record<FunboxName, FunboxMetadata> = {
8186 ] ,
8287 name : "choo_choo" ,
8388 description : "All the letters are spinning!" ,
89+ cssModifications : [ "words" ] ,
8490 } ,
8591 arrows : {
8692 description : "Play it on a pad!" ,
@@ -145,13 +151,15 @@ const list: Record<FunboxName, FunboxMetadata> = {
145151 difficultyLevel : 1 ,
146152 properties : [ "hasCssFile" , "noLigatures" , "ignoreReducedMotion" ] ,
147153 name : "earthquake" ,
154+ cssModifications : [ "words" ] ,
148155 } ,
149156 space_balls : {
150157 description : "In a galaxy far far away." ,
151158 canGetPb : true ,
152159 difficultyLevel : 0 ,
153160 properties : [ "hasCssFile" , "ignoreReducedMotion" ] ,
154161 name : "space_balls" ,
162+ cssModifications : [ "body" ] ,
155163 } ,
156164 gibberish : {
157165 description : "Anvbuefl dizzs eoos alsb?" ,
@@ -381,6 +389,7 @@ const list: Record<FunboxName, FunboxMetadata> = {
381389 properties : [ "hasCssFile" , "noLigatures" ] ,
382390 frontendFunctions : [ "applyGlobalCSS" , "clearGlobal" ] ,
383391 name : "crt" ,
392+ cssModifications : [ "body" ] ,
384393 } ,
385394 backwards : {
386395 description : "...sdrawkcab epyt ot yrt woN" ,
@@ -394,6 +403,7 @@ const list: Record<FunboxName, FunboxMetadata> = {
394403 canGetPb : true ,
395404 frontendFunctions : [ "alterText" ] ,
396405 difficultyLevel : 3 ,
406+ cssModifications : [ "words" ] ,
397407 } ,
398408 ddoouubblleedd : {
399409 description : "TTyyppee eevveerryytthhiinngg ttwwiiccee.." ,
0 commit comments