From 7e81a85ee374ad70341835decae5c3808fce2ba5 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 18 Sep 2025 19:11:45 -0400 Subject: Saving + loading --- pub/index.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'pub/index.html') diff --git a/pub/index.html b/pub/index.html index 5ffdcb6..04db2a4 100644 --- a/pub/index.html +++ b/pub/index.html @@ -19,7 +19,7 @@ grid-auto-flow: column; } .board-square { - margin: 2px; + margin: 1px; background-color: #dde; line-height: 1; position: relative; @@ -28,7 +28,7 @@ background-color: #acf; } .board-square.triple-letter { - background-color: #99f; + background-color: #afc; } .board-square.double-word { background-color: #fac; @@ -54,7 +54,7 @@ font-weight: normal; } .highlight { - border: 4px solid #ff0; + border: 4px solid rgba(60,60,60,0.6); width: calc(100% - 8px); height: calc(100% - 8px); position: absolute; @@ -66,9 +66,15 @@ .highlight.nothing { border: 4px solid #f00; } - .highlight.selected { + #board .highlight.selected { border: 4px solid #00f; } + .highlight.all-correct { + border: 4px solid #0a0; + } + .highlight.some-mistakes { + border: 4px solid #f80; + } .possibilities { word-break: break-all; } @@ -154,7 +160,7 @@ color: #800; } .solution-letter.correct { - color: #040; + color: #060; } .solution-letter.missed { color: #00a; @@ -186,7 +192,7 @@ - +
-- cgit v1.2.3