From b5cd23ae50834eaf8a8f5504bb83d29549eaf82b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 24 Nov 2022 14:43:42 -0500 Subject: Separate Table controller and view; display player hand from server --- webapp/src/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/src/default.css') diff --git a/webapp/src/default.css b/webapp/src/default.css index 1a6817f..5a84e12 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -1,7 +1,7 @@ @charset "utf-8"; body { - background-color: #eeb; + background-color: #fff; font-family: Arial, sans-serif; font-size: 12pt; } -- cgit v1.2.3