diff --git a/manifest.json b/manifest.json index 81996a3..0a3a363 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Sandover", - "version": "2.0.5", + "version": "2.0.6", "minAppVersion": "1.0.0", "author": "eliz-abeth", "authorUrl": "https://github.com/eliz-abeth", diff --git a/package.json b/package.json index 657c2a1..b3cd587 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Sandover", - "version": "2.0.5", + "version": "2.0.6", "scripts": { "version": "node version-bump.mjs && git add manifest.json versions.json" } diff --git a/theme.css b/theme.css index e9cf3be..7c3b04e 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,6 @@ /*----- FRONT MATTER ------- ** Theme: Sandover -** Version number: 2.0.5 +** Version number: 2.0.6 ** GitHub Repo: https://github.com/eliz-abeth/sandover ** Made with care by: eliz-abeth ** buy me a coffee: https://ko-fi.com/eliz0beth @@ -213,14 +213,14 @@ body { --text-muted: #000000; --text-faint: #000000; --link-color: var(--color-salmon); - --text-accent: var(--color-salmon-rgb); + --text-accent: var(--color-salmon); --tag-color: var(--color-salmon); /* headings */ --h1-color: var(--sandover-purple); /* highlights */ - --text-highlight-bg: var(--color-yellow-light-rgb); + --text-highlight-bg: var(--color-yellow-light); --titlebar-text-color-focused: #000000; diff --git a/versions.json b/versions.json index 0b98cdb..3bab2a7 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "2.0.2": "2.0.2", "2.0.3": "2.0.3", "2.0.4": "1.0.0", - "2.0.5": "1.0.0" + "2.0.5": "1.0.0", + "2.0.6": "1.0.0" } \ No newline at end of file