+
Lucy
diff --git a/space.css b/space.css index 2627d2f..61204e9 100644 --- a/space.css +++ b/space.css @@ -1,6 +1,6 @@ html { font-family: sans-serif; - font-size: max(3ch, 3vmax + 3vmin); + font-size: max(3ch, 3vmax + 5vmin); } body { diff --git a/spice.css b/spice.css index 9075970..fe80f8b 100644 --- a/spice.css +++ b/spice.css @@ -1,5 +1,6 @@ :root { - background: silver; + background-color: #fab; + background-image: radial-gradient(#1ed, plum, skyblue, #fab, #fab, skyblue, plum, #1ed); background-image: conic-gradient(#1ed, plum, skyblue, #fab, #fab, skyblue, plum, #1ed); color: indigo; }