diff --git a/static/css/style.css b/static/css/style.css index 6a3c306..661baa0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2,6 +2,8 @@ body { --text-color: #111; --brand-color: #231765; + --bkg-color-blue: #0066e3; + --bkg-color: #fff; --bkg-color2: #ccc; --bkg-color3: #aaa; @@ -12,6 +14,8 @@ body { body { --text-color: #eee; --brand-color: #654dea; + --bkg-color-blue: #003aac; + --bkg-color: #121212; --bkg-color2: #202020; --bkg-color3: #353435; diff --git a/static/images/intro.png b/static/images/intro.png index 591504e..7e279df 100644 Binary files a/static/images/intro.png and b/static/images/intro.png differ diff --git a/templates/account/profile.html b/templates/account/profile.html index 7731fae..a9a660a 100644 --- a/templates/account/profile.html +++ b/templates/account/profile.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% block title %} Аккаунт | вход {% endblock %} +{% block title %} Аккаунт | профиль {% endblock %} {% block content %}