]> git.cworth.org Git - lmno.games/commitdiff
anagrams: Change score to use existing accent color
authorCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 12:47:01 +0000 (08:47 -0400)
committerCarl Worth <cworth@cworth.org>
Sun, 8 Mar 2026 12:47:01 +0000 (08:47 -0400)
Rather than inventing a new color (which looked pretty bad).

anagrams/anagrams.css

index 76bd4b76330871fdc4a0682b1de00d8b0ea81d73..5dd14e94a82087ad9cbe7097a8e04a46d833abb3 100644 (file)
@@ -21,7 +21,7 @@
 }
 
 .player-score {
-  color: #27ae60;
+  color: var(--accent-color);
   margin-left: 0.3em;
 }