From f3e3dea13d155b1253883230f4714a06273c65dd Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 20 May 2024 22:26:45 +0800 Subject: [PATCH] vault backup: 2024-05-20 22:26:45 Affected files: .obsidian/snippets/checklist-icons.css --- .obsidian/snippets/checklist-icons.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.obsidian/snippets/checklist-icons.css b/.obsidian/snippets/checklist-icons.css index 799de13..3829a3f 100644 --- a/.obsidian/snippets/checklist-icons.css +++ b/.obsidian/snippets/checklist-icons.css @@ -14,6 +14,13 @@ body { calc(var(--accent-l) + 6%) ); } +/* Checklists, task lists, checkboxes */ +body { + --checkbox-radius: 50%; + --checkbox-top: 2px; + --checkbox-left: 0px; + --checkbox-margin: 0px 6px 0px -2em; +} .theme-dark, .theme-light { --background-modifier-accent: var(--ax3);