Updated theme, configurable colors in CSS
This commit is contained in:
parent
7f18541035
commit
be8dfb766a
3 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue