mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +00:00
Use default colors
This commit is contained in:
parent
0c2001a75c
commit
0c0e89da1f
@ -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;">©
|
||||
<p class="navbar-text" style="float: right; font-size:15px;">©
|
||||
<a href="https://www.spigotmc.org/resources/litebans.3715/" target="_blank">LiteBans</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user