diff --git a/bestnotes/static/all.css b/bestnotes/static/all.css new file mode 100644 index 0000000..86d912f --- /dev/null +++ b/bestnotes/static/all.css @@ -0,0 +1,8 @@ +body { + background-color: #222; +} + +.btn-primary { + background-color: #414773; + border-color: #414773; +} \ No newline at end of file diff --git a/bestnotes/static/login.css b/bestnotes/static/login.css index b04cf19..882d433 100644 --- a/bestnotes/static/login.css +++ b/bestnotes/static/login.css @@ -11,7 +11,7 @@ .login-form-2{ border-radius: 5%; padding: 5%; - background: #0062cc; + background: #414773; box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19); } .input-group-text{ @@ -42,6 +42,6 @@ .login-form-2 .btnSubmit{ font-weight: 600; - color: #0062cc; + color: #414773; background-color: #fff; } \ No newline at end of file diff --git a/bestnotes/static/navbar.css b/bestnotes/static/navbar.css index 1225a3e..afbb866 100644 --- a/bestnotes/static/navbar.css +++ b/bestnotes/static/navbar.css @@ -1,3 +1,8 @@ + +.navbar{ + background-color: #414773; +} + .nolink{ text-decoration: none; color:white; diff --git a/bestnotes/templates/base.html b/bestnotes/templates/base.html index 00716c2..bd812b0 100644 --- a/bestnotes/templates/base.html +++ b/bestnotes/templates/base.html @@ -7,9 +7,9 @@ - + {% block css %} diff --git a/bestnotes/templates/navbar.html b/bestnotes/templates/navbar.html index d2c0a5d..100c463 100644 --- a/bestnotes/templates/navbar.html +++ b/bestnotes/templates/navbar.html @@ -1,4 +1,4 @@ -