From 68588db76baaf8f2f17dd9b7f3649b09e102ea85 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 30 Jul 2020 20:09:47 +0200 Subject: Pass black and white cards to the client --- client/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'client/style.css') diff --git a/client/style.css b/client/style.css index fd26c52..6cd9f5d 100644 --- a/client/style.css +++ b/client/style.css @@ -2,11 +2,20 @@ html { font-size: 18px; } +.card { + padding: 18px; + border-radius: 18px; +} + .black { color: white; background: black; - padding: 18px; - border-radius: 18px; +} + +.white { + color: black; + background: white; + border: 2px solid black; } .blank { -- cgit v1.2.3