diff --git a/manifest.json b/manifest.json index f3ef049..b2451d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Zen", - "version": "9.0.8", + "version": "9.0.9", "minAppVersion": "1.9.0", "author": "laughmaker", "authorUrl": "https://github.com/laughmaker" -} \ No newline at end of file +} diff --git a/package.json b/package.json index 3b4a798..d25dcc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Zen", - "version": "9.0.8", + "version": "9.0.9", "scripts": { "version": "node version-bump.mjs && git add manifest.json versions.json" } diff --git a/theme.css b/theme.css index 54ba304..16b600d 100755 --- a/theme.css +++ b/theme.css @@ -1560,7 +1560,7 @@ body:not(.heading-bottom-line-off) .markdown-rendered h6 { body:not(.is-mobile) .workspace-tab-header.is-active { box-shadow: none; - border-bottom-width: 1.5px; + border-bottom-width: .2px; border-bottom-color: var(--text-accent) !important; border-bottom-style: solid; background-color: transparent; diff --git a/versions.json b/versions.json index b30553d..da1b82f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "9.0.9": "1.9.0", "9.0.8": "1.9.0", "9.0.7": "1.9.0", "9.0.6": "1.9.0",