Daily Word: enlarge the ↵ Enter glyph to match the ⌫ backspace

The return arrow renders smaller than the backspace glyph at the same font size;
bump it so the two controls look balanced.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
jay
2026-06-11 08:37:42 -04:00
parent 15fe2d1ae5
commit dbf8ab6085
+1 -1
View File
@@ -261,7 +261,7 @@
.key:active { transform: translateY(2px); box-shadow: 0 0 0 rgba(0, 0, 0, 0); background: var(--bg); }
.krow .key { width: var(--kw); height: 50px; }
.controls .key { width: 100%; height: 100%; font-size: 1.3rem; }
.controls .enter { background: var(--accent); border-color: var(--accent); color: #fff;
.controls .enter { background: var(--accent); border-color: var(--accent); color: #fff; font-size: 1.75rem;
box-shadow: 0 2px 0 var(--accent-deep), 0 3px 6px rgba(0, 131, 173, 0.18); }
.key.correct { background: #4a9d6e; border-color: #4a9d6e; color: #fff; box-shadow: 0 2px 0 #3a7d56; }
.key.present { background: #d8b24a; border-color: #d8b24a; color: #fff; box-shadow: 0 2px 0 #b8943a; }