mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 2afdafe10bfc34603662881d2244fd7edad942b6
parent aef6833f6d192a2d4bacd76a381c68b2b890f73a
Author: markseu <mark2011@mayberg.se>
Date:   Sun, 28 Sep 2025 00:44:35 +0200

Increased contrast for readability

Diffstat:
Msystem/extensions/update-available.ini | 4++--
Msystem/extensions/update-installed.ini | 4++--
Msystem/themes/stockholm.css | 2+-
Msystem/workers/stockholm.php | 2+-
4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/system/extensions/update-available.ini b/system/extensions/update-available.ini @@ -690,14 +690,14 @@ Status: available system/workers/spanish.php: spanish.php, create, update Extension: Stockholm -Version: 0.9.3 +Version: 0.9.4 Description: Stockholm is a clean theme. Designer: Anna Svensson Tag: default, theme DownloadUrl: https://github.com/annaesvensson/yellow-stockholm/archive/refs/heads/main.zip DocumentationUrl: https://github.com/annaesvensson/yellow-stockholm DocumentationLanguage: en, de, sv -Published: 2025-09-14 22:19:53 +Published: 2025-09-28 00:37:19 Status: available system/workers/stockholm.php: stockholm.php, create, update system/themes/stockholm.css: stockholm.css, create, update, careful diff --git a/system/extensions/update-installed.ini b/system/extensions/update-installed.ini @@ -111,14 +111,14 @@ Status: available system/workers/serve.php: serve.php, create, update Extension: Stockholm -Version: 0.9.3 +Version: 0.9.4 Description: Stockholm is a clean theme. Designer: Anna Svensson Tag: default, theme DownloadUrl: https://github.com/annaesvensson/yellow-stockholm/archive/refs/heads/main.zip DocumentationUrl: https://github.com/annaesvensson/yellow-stockholm DocumentationLanguage: en, de, sv -Published: 2025-09-14 22:19:53 +Published: 2025-09-28 00:37:19 Status: available system/workers/stockholm.php: stockholm.php, create, update system/themes/stockholm.css: stockholm.css, create, update, careful diff --git a/system/themes/stockholm.css b/system/themes/stockholm.css @@ -8,7 +8,7 @@ --important-bg: #f0f8fe; --note-bg: #fffbf0; --heading: #111; - --text: #666; + --text: #333; --code: #666; --link: #07d; --link-active: #29f; diff --git a/system/workers/stockholm.php b/system/workers/stockholm.php @@ -2,7 +2,7 @@ // Stockholm extension, https://github.com/annaesvensson/yellow-stockholm class YellowStockholm { - const VERSION = "0.9.3"; + const VERSION = "0.9.4"; public $yellow; // access to API // Handle initialisation