diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-11-24 14:43:42 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-11-24 14:43:42 -0500 |
commit | b5cd23ae50834eaf8a8f5504bb83d29549eaf82b (patch) | |
tree | 8dcd18db0aca072f42f83321241f5ab8b175e036 /webapp/src/default.css | |
parent | 810d2de21f4c47d5f263678c274ae915702d247f (diff) |
Separate Table controller and view; display player hand from server
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r-- | webapp/src/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |