diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-04 05:57:04 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-04 05:57:04 +0100 |
commit | bce4fed55e552c870a82ec9ac3a415eda4ce231e (patch) | |
tree | 683ad5b3c969c20eeafafac3ac999465877a3282 /style.css | |
parent | 0cae8115a93589e37943590db45967beec841a07 (diff) |
added the first version of the GUI
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..c6ecbe6 --- /dev/null +++ b/style.css @@ -0,0 +1,28 @@ +body { + background-color: #222222; + color: #dddddd; +} + +td { + border: 1px white solid; +} + +#black_card { + display: none; +} + +#white_cards { + display: none; +} + +#btn_join { + display: none; +} + +#btn_collect { + display: none; +} + +#btn_pick_black { + display: none; +} |