aboutsummaryrefslogtreecommitdiff
path: root/web/website/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/website/style.css')
-rw-r--r--web/website/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/website/style.css b/web/website/style.css
index e5b5672..6d0bd42 100644
--- a/web/website/style.css
+++ b/web/website/style.css
@@ -5,3 +5,8 @@ body {
*{
color: white;
}
+
+table,th,td {
+ border: 2px solid red;
+ text-align: center;
+}