diff --git a/system/extensions/stockholm.php b/system/extensions/stockholm.php index f2bec6f..7d8347f 100644 --- 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 index 40331af..7489b4c 100644 --- 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 {