Better colors for changelog

This commit is contained in:
myvesta 2020-07-05 00:27:30 +02:00 committed by GitHub
commit d82523f1d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@
<div class="l-center units">
<?php
if (isset($changelog))
echo "<br /><br /><h1 style='margin: 0'>".__("What's new:")."</h1><br />Changelog:<br /><pre>".$changelog."</pre>".__("See")." <a style=\"color: blue; text-decoration: underline;\" target=\"_blank\" href=\"https://github.com/myvesta/vesta/blob/master/Changelog.md\" >".__("full changelog")."</a>.<br />".__("This changelog only admin see after myVesta upgrade, and will dissapear on next refresh.")."<hr />";
echo "<br /><br /><h1 style=\"margin: 0; color: #aa9c88;\">".__("What's new:")."</h1><br />Changelog:<br /><pre>".$changelog."</pre>".__("See")." <a style=\"color: #007bff;\" target=\"_blank\" href=\"https://github.com/myvesta/vesta/blob/master/Changelog.md\" >".__("full changelog")."</a>.<br />".__("This only admin see after myVesta upgrade, and will dissapear on next refresh.")."<br /><br /><hr style=\"color: #ffebcd;\" />";
foreach ($data as $key => $value) {
++$i;