Skip to content

Commit

Permalink
changelog 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Jan 19, 2022
1 parent 2814642 commit fa6f936
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion obsidian.css
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tasks-snippet.css
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit fa6f936

Please sign in to comment.