diff --git a/manifest.json b/manifest.json index d41f64b..81996a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Sandover", - "version": "2.0.4", + "version": "2.0.5", "minAppVersion": "1.0.0", "author": "eliz-abeth", "authorUrl": "https://github.com/eliz-abeth", diff --git a/package.json b/package.json index 380fff7..657c2a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Sandover", - "version": "2.0.4", + "version": "2.0.5", "scripts": { "version": "node version-bump.mjs && git add manifest.json versions.json" } diff --git a/theme.css b/theme.css index 27d7e26..e9cf3be 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,6 @@ /*----- FRONT MATTER ------- ** Theme: Sandover -** Version number: 2.0.4 +** Version number: 2.0.5 ** GitHub Repo: https://github.com/eliz-abeth/sandover ** Made with care by: eliz-abeth ** buy me a coffee: https://ko-fi.com/eliz0beth @@ -212,7 +212,7 @@ body { --text-normal: #000000; --text-muted: #000000; --text-faint: #000000; - --link-color: var(--color-salmon-rgb); + --link-color: var(--color-salmon); --text-accent: var(--color-salmon-rgb); --tag-color: var(--color-salmon); diff --git a/versions.json b/versions.json index 5a9ed04..0b98cdb 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.6": "1.0.6", "2.0.2": "2.0.2", "2.0.3": "2.0.3", - "2.0.4": "1.0.0" + "2.0.4": "1.0.0", + "2.0.5": "1.0.0" } \ No newline at end of file