Add Knights and Knaves puzzle
Adds the "Knights and Knaves - I" interactive to the Foundations section. The interactive features a central arena and five external boxes for statements. Dragging statements into the arena turns them green, and incompatible statements turn the arena red.
This commit is contained in:
parent
16ccffa5f4
commit
954110c6a2
4 changed files with 208 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ All colors MUST be HSL.
|
|||
--input: 220 13% 91%;
|
||||
--ring: 220 13% 18%;
|
||||
|
||||
/* Success semantics for positive feedback */
|
||||
--success: 142 71% 45%;
|
||||
--success-foreground: 0 0% 98%;
|
||||
|
||||
/* Custom design tokens for the boxy aesthetic */
|
||||
--surface: 0 0% 100%;
|
||||
--surface-variant: 220 13% 96%;
|
||||
|
|
@ -99,6 +103,10 @@ All colors MUST be HSL.
|
|||
--input: 220 13% 15%;
|
||||
--ring: 220 13% 91%;
|
||||
|
||||
/* Success in dark */
|
||||
--success: 142 71% 45%;
|
||||
--success-foreground: 0 0% 98%;
|
||||
|
||||
/* Dark mode custom tokens */
|
||||
--surface: 220 13% 11%;
|
||||
--surface-variant: 220 13% 15%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue