diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d7381..8cd24b5 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.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) diff --git a/manifest.json b/manifest.json index 7a6ed14..dcfb92a 100644 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/package.json b/package.json index ad79ff1..a158ae1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tasks-snippet-for-0.16.css b/tasks-snippet-for-0.16.css index f494d86..25354e5 100644 --- a/tasks-snippet-for-0.16.css +++ b/tasks-snippet-for-0.16.css @@ -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); diff --git a/theme.css b/theme.css index 15e9002..4387734 100644 --- a/theme.css +++ b/theme.css @@ -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. @@ -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; @@ -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,