From 924db63efff44420d248614f3e848bd4c2db1ceb Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 2 Aug 2024 01:06:03 -0400 Subject: [PATCH] beginning to customize stuff now that psb is doneish --- static/css/default.css | 4 ++++ templates/default.html | 10 +++------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 static/css/default.css diff --git a/static/css/default.css b/static/css/default.css new file mode 100644 index 0000000..47409ca --- /dev/null +++ b/static/css/default.css @@ -0,0 +1,4 @@ +body .dark { + background: #000; + color: #49b; +} diff --git a/templates/default.html b/templates/default.html index 44af777..735135a 100644 --- a/templates/default.html +++ b/templates/default.html @@ -3,15 +3,11 @@ - - My Shake Blog — {{{title}}} - + {{{title}}} · Pagwin's website + - +