Updated themes, notice color
This commit is contained in:
parent
41989bb2d5
commit
ce89c62f5d
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue