Skip to content

Commit

Permalink
🔖 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and ebullient committed Oct 14, 2022
1 parent 2f16cf5 commit 753b4b3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 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.5.8](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.5.7...0.5.8)

- 🎨 adjust font weight for headings [`5c3c596`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/5c3c5968ed70b6217f53351fec7627f957287b94)
- 🎨 adjust content + size for hidden external links [`2f16cf5`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/2f16cf5184203964ca0fb2c1d281eca81c17772a)

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

> 20 September 2022
- 🎨 forward/back buttons in view header [`153847c`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/153847c9e7d3339c9f6fc95ee8d5e8160455a6dd)
- 🎨 contrast for dots in calendar [`f051cbe`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/f051cbe31b90b516024505213eef23be6f43e7bc)
- 🔧 ignore more things [`bbd2f0c`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/bbd2f0cd6cddfb1c786a5aa000e85e54511d67a4)
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.5.7",
"version": "0.5.8",
"minAppVersion": "0.16.0",
"author": "Ebullientworks",
"authorUrl": "https://github.com/ebullient"
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.5.7",
"version": "0.5.8",
"private": true,
"description": "An Obsidian Theme",
"author": "Erin Schnabel",
Expand Down
2 changes: 1 addition & 1 deletion tasks-snippet-for-0.16.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
Ebullientworks tasks 0.5.7 by @ebullient
Ebullientworks tasks 0.5.8 by @ebullient
*/
:root {
--checkbox-checked: rgb(139, 167, 145);
Expand Down
12 changes: 6 additions & 6 deletions theme.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
Ebullientworks 0.5.7 by @ebullient
Ebullientworks 0.5.8 by @ebullient
This is a dark and light theme for Obsidian.
Expand Down Expand Up @@ -682,9 +682,9 @@ body {
--h4-variant: common-ligatures;
--h5-variant: common-ligatures;
--h6-variant: common-ligatures;
--h1-weight: 600;
--h2-weight: 600;
--h3-weight: 600;
--h1-weight: 500;
--h2-weight: 500;
--h3-weight: 500;
--h4-weight: 500;
--h5-weight: 500;
--h6-weight: 500;
Expand Down Expand Up @@ -1028,8 +1028,8 @@ body:not(.ebullientworks-show-edit-mode-links) .markdown-source-view.mod-cm6 div
font-size: 0;
}
body:not(.ebullientworks-show-edit-mode-links) .markdown-source-view.mod-cm6 div.cm-line:not(.cm-active) > .cm-string.cm-url:not(.cm-formatting)::after {
content: "·";
font-size: 1rem;
content: "";
font-size: 0.8rem;
}

.markdown-preview-view .task-list-item a[data-href][aria-label-position].internal-link,
Expand Down

0 comments on commit 753b4b3

Please sign in to comment.