X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=scribe%2Fscribe.css;h=aba532e04b0bd49f65ccb33163c96ab5d77187ba;hp=c3852b1c2790e2436bbe89d01a2beae19de4272e;hb=e79802f7979a2b3162efb0968c223f527d354410;hpb=262b36e22be80ba638872f837332f79aa8e8a8c6 diff --git a/scribe/scribe.css b/scribe/scribe.css index c3852b1..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,11 +95,9 @@ .glyph-and-name { display: flex; flex-direction: column; - justify-content: center; align-items: center; } .glyph { width: 8vw; - height: 8vw; }