diff options
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; } |