From 45265444c24fc2439c9769d9151a6bf560f22575 Mon Sep 17 00:00:00 2001 From: Doge Date: Sat, 8 May 2021 01:58:02 +0800 Subject: Minor bug fixes --- layout/_partial/head.ejs | 1 + layout/_partial/scripts.ejs | 27 ++++++++++++++------------- layout/post.ejs | 2 +- source/css/style.css | 2 +- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 1206434..3d4ee79 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -21,5 +21,6 @@ + <%- css("css/style.css") %> \ No newline at end of file diff --git a/layout/_partial/scripts.ejs b/layout/_partial/scripts.ejs index a60011f..c07d83d 100644 --- a/layout/_partial/scripts.ejs +++ b/layout/_partial/scripts.ejs @@ -11,7 +11,6 @@ <% } %> - <%- js('js/darkmode.js') %> <% } %> diff --git a/layout/post.ejs b/layout/post.ejs index e0eed90..ae30353 100644 --- a/layout/post.ejs +++ b/layout/post.ejs @@ -1,4 +1,4 @@ -
+
diff --git a/source/css/style.css b/source/css/style.css index 1fe0a0e..60e5df1 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -1,3 +1,3 @@ pre { - background-color: inherit !important; + background-color: none !important; } \ No newline at end of file -- cgit v1.2.3