commit a1b935d88effa8a43237901a3a4b6607246a5669
parent 92a9c5ce2c8a2109badf635d128fb351693f6899
Author: markseu <mark2011@mayberg.se>
Date: Thu, 2 Oct 2025 00:12:49 +0200
Updated Markdown formatting with CSS
Diffstat:
4 files changed, 13 insertions(+), 19 deletions(-)
diff --git a/system/extensions/update-available.ini b/system/extensions/update-available.ini
@@ -27,14 +27,14 @@ system/workers/backtotop.js: backtotop.js, create, update
system/workers/backtotop.css: backtotop.css, create, update
Extension: Berlin
-Version: 0.9.3
+Version: 0.9.5
Description: Berlin is a theme inspired by Dieter Rams.
Designer: Anna Svensson
Tag: theme
DownloadUrl: https://github.com/annaesvensson/yellow-berlin/archive/refs/heads/main.zip
DocumentationUrl: https://github.com/annaesvensson/yellow-berlin
DocumentationLanguage: en, de, sv
-Published: 2025-09-15 20:31:24
+Published: 2025-10-02 00:07:19
Status: available
system/workers/berlin.php: berlin.php, create, update
system/layouts/berlin-default.html: berlin-default.html, create, update, careful
@@ -135,14 +135,14 @@ system/layouts/contact.html: contact.html, create, update, careful
content/contact/page.md: page.md, create, optional
Extension: Copenhagen
-Version: 0.9.3
+Version: 0.9.5
Description: Copenhagen is a beautiful theme.
Designer: Anna Svensson
Tag: theme
DownloadUrl: https://github.com/annaesvensson/yellow-copenhagen/archive/refs/heads/main.zip
DocumentationUrl: https://github.com/annaesvensson/yellow-copenhagen
DocumentationLanguage: en, de, sv
-Published: 2025-09-15 20:31:23
+Published: 2025-10-02 00:07:19
Status: available
system/workers/copenhagen.php: copenhagen.php, create, update
system/themes/copenhagen.css: copenhagen.css, create, update, careful
@@ -512,14 +512,14 @@ Status: available
system/workers/norwegian.php: norwegian.php, create, update
Extension: Paris
-Version: 0.9.3
+Version: 0.9.5
Description: Paris is an elegant theme.
Designer: Anna Svensson
Tag: theme
DownloadUrl: https://github.com/annaesvensson/yellow-paris/archive/refs/heads/main.zip
DocumentationUrl: https://github.com/annaesvensson/yellow-paris
DocumentationLanguage: en, de, sv
-Published: 2025-09-15 20:31:21
+Published: 2025-10-02 00:07:19
Status: available
system/workers/paris.php: paris.php, create, update
system/layouts/paris-navigation.html: paris-navigation.html, create, update, careful
@@ -690,14 +690,14 @@ Status: available
system/workers/spanish.php: spanish.php, create, update
Extension: Stockholm
-Version: 0.9.4
+Version: 0.9.5
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-28 00:37:19
+Published: 2025-10-02 00:07: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.4
+Version: 0.9.5
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-28 00:37:19
+Published: 2025-10-02 00:07: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
@@ -6,7 +6,6 @@
--bg: #fff;
--code-bg: #f7f7f7;
--important-bg: #f0f8fe;
- --note-bg: #fffbf0;
--heading: #111;
--text: #333;
--code: #666;
@@ -14,7 +13,6 @@
--link-active: #29f;
--blockquote-accent: #29f;
--important-accent: #08e;
- --note-accent: #fb0;
--separator: #ddd;
--border: #bbb;
--font: "Open Sans", Helvetica, sans-serif;
@@ -164,12 +162,6 @@ a:hover {
background-color: var(--important-bg);
border-left: 10px solid var(--important-accent);
}
-.content .note {
- margin: 1em 0;
- padding: 10px 1em;
- background-color: var(--note-bg);
- border-left: 10px solid var(--note-accent);
-}
.content .flexible {
position: relative;
padding-top: 0;
@@ -380,3 +372,5 @@ a:hover {
border: none !important;
}
}
+
+/* Custom */
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.4";
+ const VERSION = "0.9.5";
public $yellow; // access to API
// Handle initialisation