Themes update

This commit is contained in:
markseu 2017-11-30 21:50:12 +01:00
parent c7ccf73834
commit 8a71cd0e5d
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -5,7 +5,7 @@
class YellowThemeFlatsite
{
const VERSION = "0.7.1";
const VERSION = "0.7.2";
}
$yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);