diff --git a/static/img/logo.png b/static/img/logo.png new file mode 100644 index 0000000..3f5fd2f Binary files /dev/null and b/static/img/logo.png differ diff --git a/static/styles.css b/static/styles.css index 67e42e8..fd7e7f0 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,3 +1,24 @@ +body { + /* main website background color*/ + background-color: #868e85; +} + +.bg-light { + /* navbar background set to lighter green*/ + background-color: #959a94 !important; +} + +.border { + /* navbar border set to nothing*/ + border: 0px !important; +} + +.btn-primary { + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + nav .navbar-brand { /* size for brand */ diff --git a/templates/layout.html b/templates/layout.html index 388f7ec..8025973 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -25,14 +25,14 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); - C$50 Math: {% block title %}{% endblock %} + TayMath.com - {% block title %}{% endblock %}