minor color
This commit is contained in:
		@@ -66,7 +66,7 @@ class User(UserMixin, db.Model):
 | 
				
			|||||||
                      '#5000FF',
 | 
					                      '#5000FF',
 | 
				
			||||||
                      '#FF0030']
 | 
					                      '#FF0030']
 | 
				
			||||||
                      
 | 
					                      
 | 
				
			||||||
        background = '#151515'
 | 
					        background = '#030303'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        digest = hashlib.md5(self.email.lower().encode('utf-8')).hexdigest()
 | 
					        digest = hashlib.md5(self.email.lower().encode('utf-8')).hexdigest()
 | 
				
			||||||
        basedir = os.path.abspath(os.path.dirname(__file__))
 | 
					        basedir = os.path.abspath(os.path.dirname(__file__))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user