From 50f31018507949477663abcf15edb09f193ba2a4 Mon Sep 17 00:00:00 2001 From: bluepython508 Date: Mon, 11 Mar 2024 10:55:43 +0000 Subject: [PATCH] Theming and Logo - Set dark color to Langely's purple - Add Langley seal as navbar brand --- .gitignore | 1 + base.html | 8 ++++++-- static/logo.png | Bin 0 -> 24226 bytes static/theme.css | 4 ++++ 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 static/logo.png create mode 100644 static/theme.css diff --git a/.gitignore b/.gitignore index d6459fa..1756b52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /build/ /.direnv/ +.DS_Store diff --git a/base.html b/base.html index 1d74647..8c4852d 100644 --- a/base.html +++ b/base.html @@ -3,10 +3,14 @@ {% block title %}{% endblock title %} + -