commit ce89c62f5d8363b6310a6bd2f6ada8d81057d52e
parent 41989bb2d5a9bffc5da0420e1a74871a0a607b88
Author: markseu <mark2011@mayberg.se>
Date: Mon, 10 Jun 2019 10:45:21 +0200
Updated themes, notice color
Diffstat:
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/system/extensions/stockholm.php b/system/extensions/stockholm.php
@@ -4,7 +4,7 @@
// This file may be used and distributed under the terms of the public license.
class YellowStockholm {
- const VERSION = "0.8.4";
+ const VERSION = "0.8.5";
const TYPE = "theme";
public $yellow; //access to API
diff --git a/system/resources/stockholm.css b/system/resources/stockholm.css
@@ -136,14 +136,12 @@ a:hover {
margin: 1em 0;
padding: 10px 1em;
background-color: #fffbf0;
- color: #e90;
border-left: 10px solid #fb0;
}
.content .notice2 {
margin: 1em 0;
padding: 10px 1em;
background-color: #fdf0f0;
- color: #c00;
border-left: 10px solid #d00;
}
.content .notice3,
@@ -153,7 +151,6 @@ a:hover {
margin: 1em 0;
padding: 10px 1em;
background-color: #f0f8fe;
- color: #07d;
border-left: 10px solid #08e;
}
.content .flexible {