X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=scribe%2Fscribe.css;h=aba532e04b0bd49f65ccb33163c96ab5d77187ba;hp=a3b5d2ce676aef8a3ac874157a8de68b2ec26ccd;hb=e79802f7979a2b3162efb0968c223f527d354410;hpb=89b7f6b2d8cf6f237310dad0a8f1d796fb98862a diff --git a/scribe/scribe.css b/scribe/scribe.css index a3b5d2c..aba532e 100644 --- a/scribe/scribe.css +++ b/scribe/scribe.css @@ -53,6 +53,10 @@ border: 3px solid #999; } +.mini-grid.active { + border: 3px solid var(--accent-color-bright); +} + .square { display: flex; justify-content: center; @@ -76,6 +80,10 @@ background-color: var(--accent-color-bright); } +.square.last-move { + color: var(--accent-color-bright); +} + .glyphs { padding-top: 0.5em; display: grid; @@ -87,7 +95,6 @@ .glyph-and-name { display: flex; flex-direction: column; - justify-content: center; align-items: center; }