Setup django_tables2 for user history table

This commit is contained in:
2018-11-06 15:23:43 -05:00
parent b4ffddb24d
commit 2912977992
8 changed files with 53 additions and 11 deletions

View File

@@ -1,8 +1,15 @@
body {
background-color: #1e1e1e;
/* dark grey */
background-color: #1e1e1e;
}
h1,p {
color: grey;
h1 {
/* light grey */
color: #e5e5e5;
}
p,td {
/* light-dark grey */
color: #b2b2b2;
}