mikuli.cz

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

commit be8dfb766afe282d267daeab4e91120268b324aa
parent 7f18541035a07e105161c2141e8a840726333ce9
Author: markseu <mark2011@mayberg.se>
Date:   Wed, 15 Jun 2022 16:09:01 +0200

Updated theme, configurable colors in CSS

Diffstat:
Msystem/extensions/stockholm.php | 2+-
Msystem/extensions/update-current.ini | 4++--
Msystem/themes/stockholm.css | 3++-
3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/system/extensions/stockholm.php b/system/extensions/stockholm.php @@ -2,7 +2,7 @@ // Stockholm extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/stockholm class YellowStockholm { - const VERSION = "0.8.12"; + const VERSION = "0.8.13"; public $yellow; // access to API // Handle initialisation diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -116,11 +116,11 @@ Tag: feature system/extensions/serve.php: serve.php, create, update Extension: Stockholm -Version: 0.8.12 +Version: 0.8.13 Description: Stockholm is a clean theme. DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/stockholm DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/stockholm.zip -Published: 2022-06-15 13:31:47 +Published: 2022-06-15 16:03:38 Designer: Datenstrom Tag: theme system/extensions/stockholm.php: stockholm.php, create, update diff --git a/system/themes/stockholm.css b/system/themes/stockholm.css @@ -13,6 +13,7 @@ --code: #666; --link: #07d; --link-active: #29f; + --blockquote-accent: #29f; --notice1-accent: #fb0; --notice2-accent: #d00; --notice3-accent: #08e; @@ -152,7 +153,7 @@ a:hover { margin-left: 0; padding-left: 1em; font-weight: bold; - border-left: 3px solid var(--link-active); + border-left: 3px solid var(--blockquote-accent); } .content .notice1 { margin: 1em 0;