diff options
Diffstat (limited to 'client/css/styles.css')
-rw-r--r-- | client/css/styles.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/css/styles.css b/client/css/styles.css index 244fba9..08b28dc 100644 --- a/client/css/styles.css +++ b/client/css/styles.css @@ -30,6 +30,10 @@ button:hover { border: solid 2px aliceblue; } -table, th, td { - border: solid 1px lightgreen; +table { + background-color: lightgreen; +} +th, tr, td { + background-color: black; + padding: 2px; } |