summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/index.css b/index.css
new file mode 100644
index 0000000..782c528
--- /dev/null
+++ b/index.css
@@ -0,0 +1,26 @@
+table th {
+ text-align: left;
+}
+table tbody {
+ background-color: lightblue;
+}
+table tr:nth-child(even) {
+ background-color: white;
+}
+
+table.users {
+ margin-bottom: 20px;
+}
+ table.users td {
+ width: 110px;
+ }
+
+table.rankings {
+
+}
+ table.rankings td {
+ width: 110px;
+ }
+ table.rankings tr td:first-child {
+ font-weight: bold;
+ }