From fa6f936f05f40d202eb577ed5a1fa777c1c0e0fc Mon Sep 17 00:00:00 2001 From: Erin Schnabel Date: Wed, 19 Jan 2022 15:39:00 -0500 Subject: [PATCH] changelog 0.3.3 --- CHANGELOG.md | 7 +++++++ obsidian.css | 5 ++++- package.json | 2 +- tasks-snippet.css | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a6f77..1138b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.3.3](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.3.2...0.3.3) + +- 👷 Set up gulp [`8c5566c`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/8c5566c38576e50147f35ea71527fced16e4f078) +- 🐛 Set background for hr in embed-content [`2814642`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/2814642d251add4785df27f228b11c34375dc8c8) + #### [0.3.2](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.3.0...0.3.2) +> 19 January 2022 + - 🐛 Move list padding out of snippet [`d9fb86e`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/d9fb86ee597882e39706159db6c867432a0ac777) - 🎨 Clear background from minimal in tasks snippet [`7c1e2b5`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/7c1e2b53870d7b02c2bdd7b4f379a8f3cc220398) - 🎨 Use primary-alt for inline embeds [`0c9f7cb`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/0c9f7cb46b95e7da0cab19e0178cd20c0d1af886) diff --git a/obsidian.css b/obsidian.css index ea7016c..76c71cb 100644 --- a/obsidian.css +++ b/obsidian.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks 0.3.2 by @ebullient +Ebullientworks 0.3.3 by @ebullient This is a dark and light theme for Obsidian. @@ -1252,6 +1252,9 @@ input[type=number] { position: relative; top: -13px; } +.markdown-preview-view .markdown-embed-content hr::after { + background: var(--background-primary-alt); +} .theme-dark { --strong-em: var(--yellow-2); diff --git a/package.json b/package.json index 88967e1..3b60cff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-theme-ebullientworks", - "version": "0.3.2", + "version": "0.3.3", "private": true, "description": "An Obsidian Theme", "author": "Erin Schnabel", diff --git a/tasks-snippet.css b/tasks-snippet.css index e908ee8..6051c9d 100644 --- a/tasks-snippet.css +++ b/tasks-snippet.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks tasks 0.3.2 by @ebullient +Ebullientworks tasks 0.3.3 by @ebullient */ :root { --checkbox-checked: rgb(139, 167, 145);