Use btn-primary for error pages

This commit is contained in:
ruan 2024-07-25 15:06:17 +02:00
parent 9cf61120d2
commit 5d9c099a1e
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
?> ?>
</div> </div>
<br> <br>
<a href="../" class="btn btn-default">Try Again</a> <a href="../" class="btn btn-primary">Try Again</a>
</div> </div>
</div> </div>
</body> </body>

View File

@ -32,7 +32,7 @@
?> ?>
</div> </div>
<br> <br>
<a href="../" class="btn btn-default">Try Again</a> <a href="../" class="btn btn-primary">Try Again</a>
</div> </div>
</div> </div>
</body> </body>

View File

@ -21,7 +21,7 @@
LiteBans will automatically upgrade the tables in the database after you have updated. After this, the web interface will work as normal. LiteBans will automatically upgrade the tables in the database after you have updated. After this, the web interface will work as normal.
</div> </div>
<br> <br>
<a href="../" class="btn btn-default">Try Again</a> <a href="../" class="btn btn-primary">Try Again</a>
</div> </div>
</div> </div>
</body> </body>

View File

@ -63,7 +63,7 @@
?> ?>
</div> </div>
<br> <br>
<a href="../" class="btn btn-default">Try Again</a> <a href="../" class="btn btn-primary">Try Again</a>
</div> </div>
</div> </div>
</body> </body>