minor color
This commit is contained in:
parent
51693a7860
commit
a22c1a4e1e
@ -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__))
|
||||||
|
Loading…
Reference in New Issue
Block a user