]> git.cworth.org Git - lmno.games/blobdiff - scribe/scribe.css
Add a "PERFECT" label for a player with a perfect score
[lmno.games] / scribe / scribe.css
index c3852b1c2790e2436bbe89d01a2beae19de4272e..aba532e04b0bd49f65ccb33163c96ab5d77187ba 100644 (file)
     border: 3px solid #999;
 }
 
+.mini-grid.active {
+    border: 3px solid var(--accent-color-bright);
+}
+
 .square {
     display: flex;
     justify-content: center;
     background-color: var(--accent-color-bright);
 }
 
+.square.last-move {
+    color: var(--accent-color-bright);
+}
+
 .glyphs {
     padding-top: 0.5em;
     display: grid;
 .glyph-and-name {
     display: flex;
     flex-direction: column;
-    justify-content: center;
     align-items: center;
 }
 
 .glyph {
     width: 8vw;
-    height: 8vw;
 }