Use default colors

This commit is contained in:
ruan 2015-09-17 08:13:28 +02:00
parent 0c2001a75c
commit 0c0e89da1f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ $settings = new Settings(false);
<li><a href="warnings.php">Warnings</a></li>
<li><a href="kicks.php">Kicks</a></li>
</ul>
<p class="navbar-text" style="float: right; font-size:15px;color:white;">&copy;
<p class="navbar-text" style="float: right; font-size:15px;">&copy;
<a href="https://www.spigotmc.org/resources/litebans.3715/" target="_blank">LiteBans</a>
</div>
</div>

View File

@ -249,7 +249,7 @@ class Page {
$a .= " class=\"glyphicon $icon\" aria-hidden=true";
$text = "";
}
echo "<td $style><$a style=\"color: #fcfcfc;\" href=\"info.php?type=$type&id=$id\">$text</a></td>";
echo "<td $style><$a href=\"info.php?type=$type&id=$id\">$text</a></td>";
}
echo "</tr>";
}