Setup django_tables2 for user history table
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user