From d1f5f606691edaa340ebcef4bb022285fe87b443 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Thu, 12 Nov 2020 19:20:12 -0500 Subject: Added nord theme --- static/css/custom-dark.css | 9 +++++++++ static/css/custom.css | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 static/css/custom-dark.css create mode 100644 static/css/custom.css (limited to 'static') diff --git a/static/css/custom-dark.css b/static/css/custom-dark.css new file mode 100644 index 0000000..e9edd8a --- /dev/null +++ b/static/css/custom-dark.css @@ -0,0 +1,9 @@ + +html.dark a, +html.dark .posts .tags a { + color: #88c0d0; +} + +html.dark, html.dark body { + background-color: #2e3440; +} diff --git a/static/css/custom.css b/static/css/custom.css new file mode 100644 index 0000000..2ce4768 --- /dev/null +++ b/static/css/custom.css @@ -0,0 +1,9 @@ +/* test */ + +a { + color: #4c566a; +} + +html { + background-color: #e5e9f0 ; +} -- cgit