diff --git a/static/css/style.css b/static/css/style.css index 9d37241..ff4a49a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -11,4 +11,13 @@ .deleted * { font-style: italic; color: darkgrey !important;; +} + +.menu-title { + font-weight: bold; + font-family: sans; +} + +.navbar { + border-bottom: 0.5px solid #ddd; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 195a3f0..10a01e3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,6 +18,7 @@ + <% include "menu.html" %> <% block content %><% endblock %> <% block javascript %><% endblock %> diff --git a/templates/menu.html b/templates/menu.html new file mode 100644 index 0000000..c7e55f4 --- /dev/null +++ b/templates/menu.html @@ -0,0 +1,21 @@ +