From 56657ccb5e685a14b3983c5bd2a6b1ef267d7b71 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 2 Feb 2020 14:26:03 +0000 Subject: [PATCH] add custom css file --- static/css/custom.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/css/custom.css diff --git a/static/css/custom.css b/static/css/custom.css new file mode 100644 index 0000000..d5b830d --- /dev/null +++ b/static/css/custom.css @@ -0,0 +1,3 @@ +.navigation .navigation-title { + text-transform: none; +}