diff --git a/includes/header.php b/includes/header.php
index 7a7cb9e..fe3e703 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -17,7 +17,7 @@ $settings = new Settings(false);
Warnings
Kicks
- ©
+
©
LiteBans
diff --git a/includes/page.php b/includes/page.php
index 13fb71c..76e347c 100644
--- a/includes/page.php
+++ b/includes/page.php
@@ -249,7 +249,7 @@ class Page {
$a .= " class=\"glyphicon $icon\" aria-hidden=true";
$text = "";
}
- echo "
<$a style=\"color: #fcfcfc;\" href=\"info.php?type=$type&id=$id\">$text | ";
+ echo "<$a href=\"info.php?type=$type&id=$id\">$text | ";
}
echo "";
}