diff options
author | IgrisBRC <[email protected]> | 2024-07-13 16:09:05 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-13 16:09:05 +0530 |
commit | 243429d24db08b01ec2d1d00d7e17962b0b2bcac (patch) | |
tree | 212d4c469f74f1b8c32eb4dd354eebf97fe59f0c /public/index.css | |
parent | c6e40120952100c94b677a8e771d6115691588f1 (diff) |
added move highlight
Diffstat (limited to 'public/index.css')
-rw-r--r-- | public/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/index.css b/public/index.css index f9712b2..0b9d6da 100644 --- a/public/index.css +++ b/public/index.css @@ -49,4 +49,9 @@ body{ .piece { color: black; text-align:center; + font-size:50px; +} + +.highlight { + background-color: yellow; } |