aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/css/styles.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/css/styles.css b/client/css/styles.css
index 7b563f8..244fba9 100644
--- a/client/css/styles.css
+++ b/client/css/styles.css
@@ -28,4 +28,8 @@ button:hover {
background:#ffff96;
color:red;
border: solid 2px aliceblue;
-} \ No newline at end of file
+}
+
+table, th, td {
+ border: solid 1px lightgreen;
+}