From cf3af355a14e3f32bdf139674557187246af4490 Mon Sep 17 00:00:00 2001 From: crashmoney <90379565+crashmoney@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:07:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Make=20due=20dates=20legible=20f?= =?UTF-8?q?or=20Obsidian=20Todo=20(closes=20#25)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add Hub support for Style Settings and Todo --- theme.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index c12e4a8..a23d913 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,6 @@ /* -------- FRONT MATTER --------- ** Theme: Obsidian Typewriter -** Version number: 2.1.1 +** Version number: 2.1.2 ** GitHub Repo: https://github.com/crashmoney/obsidian-typewriter ** Made by: crashmoney ----------------------------------- */ @@ -421,6 +421,11 @@ body .modal-bg { background-color: var(--background-primary); } +/* OBSIDIAN TODO by @larslockefeer */ +div.todo-item-view-item span.due-date { + color: white; /* makes due dates legible */ +} + /* +++ STYLE SETTINGS by @mgmeyers */ /* @settings @@ -483,4 +488,6 @@ community: - obsidian-journey-plugin - obsidian-banners - obsidian-dataview +- obsidian-style-settings +- obsidian-plugin-todo */