Themes update
This commit is contained in:
parent
c7ccf73834
commit
8a71cd0e5d
2 changed files with 2 additions and 1 deletions
|
@ -137,6 +137,7 @@ a:hover { color:#07d; text-decoration:underline; }
|
|||
outline-offset:-2px;
|
||||
font-size:0.9em; font-family:inherit; font-weight:normal; line-height:1;
|
||||
text-align:center; text-decoration:none;
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.btn:hover, .btn:focus, .btn:active {
|
||||
color:#333333;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
class YellowThemeFlatsite
|
||||
{
|
||||
const VERSION = "0.7.1";
|
||||
const VERSION = "0.7.2";
|
||||
}
|
||||
|
||||
$yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);
|
||||
|
|
Loading…
Add table
Reference in a new issue