Skip to content

Commit

Permalink
🔖 0.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent 8401ebd commit ac1b9ff
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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.7.21](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.20...0.7.21)

- 🐛 Fix size of external link background (remove unnecessary style) [`8401ebd`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/8401ebd71129e247c9bf904c336540aed5dcf5c1)

#### [0.7.20](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.19...0.7.20)

> 14 December 2023
- 🐛 Secondary rgb value for light mode. Resolves #76 [`#76`](https://github.com/ebullient/obsidian-theme-ebullientworks/issues/76)
- 🎨 Subtle folder note underlines [`ac4b4b9`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/ac4b4b9500dfe94982e5efd77021d5b7844c8a8d)
- 🎨 default select/focus css [`bab338c`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/bab338cf8499ef6e45c6c23f4d46ab5703ff6224)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ebullientworks",
"version": "0.7.20",
"version": "0.7.21",
"minAppVersion": "0.16.0",
"author": "Ebullientworks",
"authorUrl": "https://github.com/ebullient",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.20",
"version": "0.7.21",
"private": true,
"description": "An Obsidian Theme",
"author": "Erin Schnabel",
Expand Down
7 changes: 1 addition & 6 deletions publish.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
Ebullientworks 0.7.20. A dark and light theme for Obsidian.
Ebullientworks 0.7.21. A dark and light theme for Obsidian.
https://github.com/ebullient/obsidian-theme-ebullientworks
*/
Expand Down Expand Up @@ -576,11 +576,6 @@ strong a:hover {
text-decoration: var(--link-decoration-hover);
}

.external-link {
background-position: center right;
background-size: 0.9em;
}

.search-result-file-matched-text,
.markdown-preview-view mark,
.markdown-rendered mark {
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 0.7.20. A dark and light theme for Obsidian.
Ebullientworks 0.7.21. A dark and light theme for Obsidian.
https://github.com/ebullient/obsidian-theme-ebullientworks
*/
Expand Down
7 changes: 1 addition & 6 deletions theme.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
Ebullientworks 0.7.20. A dark and light theme for Obsidian.
Ebullientworks 0.7.21. A dark and light theme for Obsidian.
https://github.com/ebullient/obsidian-theme-ebullientworks
*/
Expand Down Expand Up @@ -1435,11 +1435,6 @@ strong a:hover {
text-decoration: var(--link-decoration-hover);
}

.external-link {
background-position: center right;
background-size: 0.9em;
}

.search-result-file-matched-text,
.markdown-preview-view mark,
.markdown-rendered mark {
Expand Down

0 comments on commit ac1b9ff

Please sign in to comment.