summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/styles/leaderboards.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/static/styles/leaderboards.css b/static/styles/leaderboards.css
new file mode 100644
index 0000000..a7db6f8
--- /dev/null
+++ b/static/styles/leaderboards.css
@@ -0,0 +1,20 @@
+.leaderboard{
+ width: 100%;
+}
+
+.top_row {
+ background-color: #6e1818;
+ text-align: left;
+}
+
+.row {
+ height: 50px;
+}
+
+.data {
+ background-color: #1c1c1c;
+}
+
+.wrapper {
+ text-align: center;
+} \ No newline at end of file