diff --git a/pydash/settings.py b/pydash/settings.py index ba0d873..263e55c 100644 --- a/pydash/settings.py +++ b/pydash/settings.py @@ -67,7 +67,7 @@ WSGI_APPLICATION = 'pydash.wsgi.application' DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), + 'NAME': os.path.join(BASE_DIR, 'db.sqlite3') } } diff --git a/static/css/style.css b/static/css/style.css index d9be4da..059327e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -76,7 +76,7 @@ textarea { .navbar-inner { padding: 7px 0; - background: #00ba8b !important; + background: #515254 !important; -moz-border-radius: 0; -webkit-border-radius: 0; diff --git a/templates/base_auth.html b/templates/base_auth.html index 1fbe384..e3f711f 100644 --- a/templates/base_auth.html +++ b/templates/base_auth.html @@ -6,8 +6,12 @@